Skip to content

Commit

Permalink
tweak step name in test workflow
Browse files Browse the repository at this point in the history
Remove reference to coverage
  • Loading branch information
p-galligan committed Sep 5, 2024
1 parent b415b55 commit 32e66e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure

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

0 comments on commit 32e66e2

Please sign in to comment.