mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +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 ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
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:
|
nix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user