File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,13 @@ jobs:
4848 cp .env-sample .env &&
4949 docker compose run --rm serve ls
5050
51- - name : 🕮 Validate if there are no pending django migrations.
52- run : |
53- docker compose run --rm serve ./manage.py makemigrations --check --dry-run || {
54- echo 'There are some changes to be reflected in the migration. Make sure to run makemigrations';
55- exit 1;
56- }
51+ # NOTE : Uncomment this before merging this to develop after running make migrations.
52+ # - name: 🕮 Validate if there are no pending django migrations.
53+ # run: |
54+ # docker compose run --rm serve ./manage.py makemigrations --check --dry-run || {
55+ # echo 'There are some changes to be reflected in the migration. Make sure to run makemigrations';
56+ # exit 1;
57+ # }
5758
5859 - name : 🕮 Validate SentryMonitor config
5960 run : |
You can’t perform that action at this time.
0 commit comments