Skip to content

Commit

Permalink
fix: execute tests in backend folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Mar 5, 2024
1 parent 237d32d commit 47c8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install flake8
pip install -r ./backend/requirements.txt
- name: Execute tests
run: python ./backend/manage.py test
run: cd backend; python manage.py test

0 comments on commit 47c8675

Please sign in to comment.