Skip to content

littleclusters/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LittleClusters Test GitHub Action

Learn distributed systems by building them from scratch.

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

Quick Start

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

name: Test

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

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

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

Usage

For the full usage documentation, please see this guide.

Releases

No releases published

Packages

No packages published

Languages