Skip to content

Commit

Permalink
fix unit tests reference to fetch_sdk_tests_and_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm committed Nov 8, 2023
1 parent 74b278e commit 79de795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79de795

Please sign in to comment.