Compare commits
1 commit
9321ea5602
...
2f884be65b
Author | SHA1 | Date | |
---|---|---|---|
2f884be65b |
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
run: |
|
||||||
nix build --print-build-logs .#
|
nix build --print-build-logs .#
|
||||||
test:
|
check-integration-tests:
|
||||||
needs: build # we use the built binaries in the checks
|
needs: build # we use the built binaries in the checks
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue