Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
Fixes syntax of test workflow
  • Loading branch information
p-galligan committed Sep 5, 2024
1 parent 3f41571 commit 1392c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: pre-commit run --all-files --show-diff-on-failure

- name: Run tests
run: docker compose exec -T $CONTAINER run python manage.py test
run: docker compose exec -T $CONTAINER python manage.py test

0 comments on commit 1392c70

Please sign in to comment.