You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/dev/run_tests.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ echo "Waiting for DB"
20
20
python ./scripts/dev/wait_for_postgres.py
21
21
22
22
echo"Run migrations"
23
-
/app/manage.py makemigrations --dry-run --check || { echo"ERROR: there were changes in the models, but migration listed above have not been created and are not saved in version control";exit 1; }
23
+
python /app/manage.py makemigrations --dry-run --check || { echo"ERROR: there were changes in the models, but migration listed above have not been created and are not saved in version control";exit 1; }
0 commit comments