Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Mar 29, 2020
1 parent c28a308 commit bcb86c4
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 @@ -18,7 +18,7 @@ jobs:
run: docker-compose up -d web

- name: Run test suite
run: docker-compose run -T --rm app pytest -v --cov-report=coverage.xml --cov=.
run: docker-compose run -T --rm app pytest -v --cov-report=xml --cov=.

- name: Check Migrations are up-to-date
run: docker-compose run -T --rm app ./manage.py makemigrations --check
Expand Down

0 comments on commit bcb86c4

Please sign in to comment.