Skip to content

Commit ab70005

Browse files
committed
Run pytest with --nomigrations to check the effect
1 parent 3f78f25 commit ab70005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: ./.github/workflows/python_and_pip
5151
- name: Run tests
52-
run: pytest
52+
run: pytest --nomigrations
5353

5454
deploy_to_heroku:
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)