Update github actions workflow with new naming scheme

This commit is contained in:
adisbladis 2021-08-25 03:29:10 -05:00
parent 4c28ae88a6
commit 9bfc3762eb
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -29,5 +29,5 @@ jobs:
run: nix build --out-link result
- name: Run tests
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