fix(cicd): don't run nix build
(yet)
No packages to build currently
This commit is contained in:
parent
c2c77771aa
commit
3fd306eb98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,5 +14,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: rix101
|
name: rix101
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build
|
# - run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
Loading…
Reference in a new issue