We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest
--nomigrations
1 parent 3f78f25 commit ab70005Copy full SHA for ab70005
.github/workflows/django.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v4
50
- uses: ./.github/workflows/python_and_pip
51
- name: Run tests
52
- run: pytest
+ run: pytest --nomigrations
53
54
deploy_to_heroku:
55
runs-on: ubuntu-latest
0 commit comments