Skip to content

Commit a3cb6c3

Browse files
committed
Cleanup
1 parent 7d28c32 commit a3cb6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run migrations
4848
if: success() || failure() && steps.install-deps.outcome == 'success'
4949
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)
50+
uv run ./manage.py makemigrations --dry-run | grep 'No changes detected' || (echo 'There are changes which require migrations.' && exit 1)
5151
- name: Run tests
5252
if: success() || failure() && steps.install-deps.outcome == 'success'
5353
run: |

0 commit comments

Comments
 (0)