We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d28c32 commit a3cb6c3Copy full SHA for a3cb6c3
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run migrations
48
if: success() || failure() && steps.install-deps.outcome == 'success'
49
run: |
50
- uv run ./manage.py makemigrations registrations changes eventstore --dry-run | grep 'No changes detected' || (echo 'There are changes which require migrations.' && exit 1)
+ uv run ./manage.py makemigrations --dry-run | grep 'No changes detected' || (echo 'There are changes which require migrations.' && exit 1)
51
- name: Run tests
52
53
0 commit comments