CI tests
This commit is contained in:
parent
f0060d4847
commit
38a1ab0a86
1 changed files with 5 additions and 4 deletions
9
.github/workflows/check.yml
vendored
9
.github/workflows/check.yml
vendored
|
@ -33,8 +33,9 @@ jobs:
|
|||
with:
|
||||
name: aciceri-fleet
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- run: sed -i 's/#\(.*\).*\#.* ga-uncomment/\1/g' flake.nix # disabling outputs unsupported inside the GitHub action
|
||||
- run: nix -Lv flake check
|
||||
- run: nix -Lv build ".#nixosConfigurations.pc.config.system.build.toplevel"
|
||||
- run: nix -Lv build ".#nixosConfigurations.hs.config.system.build.toplevel"
|
||||
#- run: sed -i 's/#\(.*\).*\#.* ga-uncomment/\1/g' flake.nix # disabling outputs unsupported inside the GitHub action
|
||||
- run: nix -Lv build ".#nixosConfigurations.pbp.config.system.build.toplevel"
|
||||
#- run: nix -Lv flake check
|
||||
#- run: nix -Lv build ".#nixosConfigurations.pc.config.system.build.toplevel"
|
||||
#- run: nix -Lv build ".#nixosConfigurations.hs.config.system.build.toplevel"
|
||||
- run: nix -Lv develop -c echo OK
|
||||
|
|
Loading…
Add table
Reference in a new issue