mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
ci: Add check for evaluation only
Makes it easier to see if evaluation passes but end-to-end tests fail.
This commit is contained in:
parent
2f30ce241b
commit
c9ed800915
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -7,6 +7,13 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: nix flake check --no-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: nix flake check --no-build
|
||||
nix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user