From 5e07c0a10243314d48bf9f1ed276031dd41dcb61 Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:28:46 -0600 Subject: [PATCH] need to cd into dir first --- .github/workflows/interchaintest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interchaintest.yml b/.github/workflows/interchaintest.yml index 6a39770d6..6a93cbef0 100644 --- a/.github/workflows/interchaintest.yml +++ b/.github/workflows/interchaintest.yml @@ -145,7 +145,7 @@ jobs: id: set-matrix run: | # Run the command and convert its output to a JSON array - TESTS=$(go test -list ^TestScenario | jq -R -s -c 'split("\n")[:-1]') + TESTS=$(cd interchaintest && go test -list ^TestScenario | jq -R -s -c 'split("\n")[:-1]') echo "::set-output name=matrix::${TESTS}" scenarios: