From f17a55acd02cd86ef9799fdf9a135513cb32b64e Mon Sep 17 00:00:00 2001 From: Simon Guest Date: Sun, 20 Oct 2024 17:30:16 +1300 Subject: [PATCH] Add path to nu --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index c5b9a32..4f937e8 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -40,7 +40,7 @@ jobs: curl -L https://github.com/tesujimath/bash-env-json/archive/refs/tags/${BASH_ENV_JSON_VERSION}.tar.gz | tar xzf - - name: Run Module Tests run: | - export PATH=./bash-env-json-${BASH_ENV_JSON_VERSION}:$PATH + export PATH=./bash-env-json-${BASH_ENV_JSON_VERSION}:./nu-${NU_VERSION}-x86_64-unknown-linux-gnu:$PATH nu --no-config-file --no-history -c "use bash-env.nu" nu --no-config-file --no-history -c "use tests.nu run_bash_env_tests ; run_bash_env_tests" nu --no-config-file --no-history -c "use extra-module-tests.nu ; extra-module-tests"