Skip to content

Commit

Permalink
Update reference to fetch_sdk_tests_and_runner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm committed Nov 8, 2023
1 parent 00aaa77 commit 81afd1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
- name: Load .env file to job environent
uses: cardinalby/export-env-action@v2
with:
envFile: '.env'
envFile: ".env"

- name: Install poetry
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
cache: poetry
cache-dependency-path: poetry.lock
- name: Set Poetry environment
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Fetch yaml tests and runner
run: |
source $(poetry env info --path)/bin/activate
./scripts/fetch_sdk_yaml_tests_and_runner.sh
./test_collections/sdk_tests/fetch_sdk_tests_and_runner.sh
env:
SERVER_NAME: localhost
SERVER_HOST: http://localhost
Expand All @@ -78,4 +78,4 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
SERVER_NAME: localhost
SERVER_HOST: http://localhost
SERVER_HOST: http://localhost

0 comments on commit 81afd1d

Please sign in to comment.