Skip to content

Commit

Permalink
update test workflow to change directory before running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Feb 15, 2025
1 parent a9107a6 commit bcc599c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
cd backend
alembic -c tests/alembic.ini upgrade head
- name: Run tests
run: pytest
run: |
cd backend
pytest

0 comments on commit bcc599c

Please sign in to comment.