Skip to content

Commit 60012fd

Browse files
committed
run migrations check ad-hoc
1 parent 4dbc761 commit 60012fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
if: always()
2323

2424
- name: Check Migrations are up-to-date
25-
run: docker-compose run --rm manage makemigrations --check
25+
run: docker-compose run -T --rm -w /opt/codebuddies app python manage.py makemigrations --check
2626
if: always()

0 commit comments

Comments
 (0)