From d745c3a6b7aed5148b2327a615a4d89673c65277 Mon Sep 17 00:00:00 2001 From: John Murret Date: Wed, 12 Apr 2023 15:58:18 -0600 Subject: [PATCH] cd to test dir --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index ab37d2ef9b77..370970d5b6c4 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -281,7 +281,7 @@ jobs: - name: Compatibility Integration Tests run: | mkdir -p "/tmp/test-results" - cd ./test/integration/consul-container + cd ./test/integration/consul-container/test docker run --rm consul:local consul version # shellcheck disable=SC2046 gotestsum \