Skip to content

Commit

Permalink
Specify explicit path for pipelines and pyrenew-hew tests (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidari authored Feb 10, 2025
1 parent 595b255 commit c6e0fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
NHSN_API_KEY_ID: ${{ secrets.NHSN_API_KEY_ID }}
NHSN_API_KEY_SECRET: ${{ secrets.NHSN_API_KEY_SECRET }}
run: |
poetry run pytest \
poetry run pytest tests \
--mpl --mpl-default-tolerance=10 \
--cov=pyrenew_hew --cov-report=term --cov-report=xml:pyrenew_hew-coverage.xml .
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

- name: run tests
run: |
poetry run pytest \
poetry run pytest pipelines \
--mpl --mpl-default-tolerance=10 \
--cov=pipelines --cov-report=term --cov-report=xml:pipelines-coverage.xml .
Expand Down

0 comments on commit c6e0fc1

Please sign in to comment.