Skip to content

clstr-io/clstr-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clstr.io Test GitHub Action

Learn distributed systems by building them from scratch.

A GitHub Action for testing clstr.io challenges in your CI/CD pipeline.

Quick Start

Add this workflow to your repository at .github/workflows/clstr.yaml:

name: Test

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - uses: clstr-io/clstr-action@main

The action runs clstr test --so-far on every push to main and on pull requests.

Usage

For the full usage documentation, please see this guide.

About

GitHub Action for testing clstr.io challenges in CI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages