Skip to content

Commit

Permalink
Merge pull request #53 from SELab-2/hotfix
Browse files Browse the repository at this point in the history
Fix automatic tests
  • Loading branch information
EwoutV authored Mar 5, 2024
2 parents 237d32d + 47c8675 commit 76b5fde
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 76b5fde

Please sign in to comment.