Update github actions workflow with new naming scheme
This commit is contained in:
parent
4c28ae88a6
commit
9bfc3762eb
2
.github/workflows/test-flakes.yml
vendored
2
.github/workflows/test-flakes.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
run: nix build --out-link result
|
run: nix build --out-link result
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
nix develop -c install -D ./result/bin/hydra-eval-jobs ./build/src/hydra-eval-jobs
|
nix develop -c install -D ./result/bin/nix-eval-jobs ./build/src/nix-eval-jobs
|
||||||
nix develop -c pytest ./tests
|
nix develop -c pytest ./tests
|
||||||
|
|
Loading…
Reference in a new issue