Skip to content

Commit

Permalink
try fixing test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdev committed Mar 11, 2024
1 parent 4982495 commit 6c6cc39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Running Django tests
working-directory: ./
run: |
sh run backend/runtests.sh
sh run ./backend/runtests.sh

0 comments on commit 6c6cc39

Please sign in to comment.