From 79de7957a06ec8c36fdd1db13a73b8128a3a5033 Mon Sep 17 00:00:00 2001 From: "Mikael H. Moeller" Date: Wed, 8 Nov 2023 21:57:34 +0000 Subject: [PATCH] fix unit tests reference to fetch_sdk_tests_and_runner --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 418f344d..a495760c 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -63,7 +63,7 @@ jobs: - name: Fetch yaml tests and runner run: | source $(poetry env info --path)/bin/activate - ./test_collections/sdk_tests/fetch_sdk_tests_and_runner.sh + ./test_collections/sdk_tests/scripts/fetch_sdk_tests_and_runner.sh env: SERVER_NAME: localhost SERVER_HOST: http://localhost