easy-rgb/.github/workflows/integration.yml

18 lines
324 B
YAML

name: Integration testing
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '30 1 1,15 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop --command bash -c 'make check'