Skip to content

Commit

Permalink
fix: file references
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Mar 2, 2024
1 parent 333d3c9 commit e8687f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r ./backend/requirements.txt
- name: Execute tests
run: python manage.py test
run: python ./backend/manage.py test

0 comments on commit e8687f5

Please sign in to comment.