Skip to content

Commit

Permalink
Fix pytest working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Jan 23, 2024
1 parent a2daedb commit 588c254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pip install -r requirements.txt -r requirements-dev.txt
- name: Test
run: python -m pytest
working-directory: backend
working-directory: database
- uses: ravsamhq/notify-slack-action@v2
if: always()
with:
Expand Down

0 comments on commit 588c254

Please sign in to comment.