Skip to content

Commit

Permalink
Update path for tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Sep 10, 2024
1 parent 1152d65 commit e04bb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
poetry run pre-commit run --all-files
- name: Run tests
working-directory: ./space2stats_api/src
working-directory: ./space2stats_api/
run: |
poetry run pytest -s -vv
poetry run pytest src/tests -s -vv
env:
PGHOST: localhost
PGPORT: 5432
Expand Down

0 comments on commit e04bb86

Please sign in to comment.