6.NUR/.github/workflows/pr.yml
2022-12-08 08:51:45 +01:00

18 lines
376 B
YAML

name: "Test"
on:
pull_request:
# For bors
push:
branches:
- staging
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- run: ./ci/test.sh