diff --git a/.github/workflows/ci-nix.yaml b/.github/workflows/ci-nix.yaml index 68a4fbd..ddd5455 100644 --- a/.github/workflows/ci-nix.yaml +++ b/.github/workflows/ci-nix.yaml @@ -44,5 +44,4 @@ jobs: # Note: The tests need to find `json-schemas/hydra-explorer-api.yaml`; # so they need to be run in this specific folder. cd hydra-explorer - nix run .#apps.x86_64-linux.tests - + nix develop -c nix run .#apps.x86_64-linux.tests