We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbc761 commit 60012fdCopy full SHA for 60012fd
.github/workflows/test.yml
@@ -22,5 +22,5 @@ jobs:
22
if: always()
23
24
- name: Check Migrations are up-to-date
25
- run: docker-compose run --rm manage makemigrations --check
+ run: docker-compose run -T --rm -w /opt/codebuddies app python manage.py makemigrations --check
26
0 commit comments