From 350c92fe70a4287f1abd9173f5a455b8bc002ab2 Mon Sep 17 00:00:00 2001 From: Noon van der Silk Date: Tue, 12 Nov 2024 13:34:38 +0000 Subject: [PATCH] Has to still run in the nixShell --- .github/workflows/ci-nix.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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