From 7308d9707890ce0ba3ce999a316d55b3f3a606eb 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 ab9ed88a..4290812b 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