We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558440f commit 4931065Copy full SHA for 4931065
1 file changed
.github/workflows/ci.yaml
@@ -65,8 +65,5 @@ jobs:
65
- name: Install dependencies
66
run: uv sync
67
68
- - name: Run migrations
69
- run: uv run manage.py migrate --noinput
70
-
71
- name: Run tests
72
- run: uv run pytest
+ run: uv run pytest --create-db
0 commit comments