File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 python-version : ["3.11", "3.12"]
2121
22- services :
23- default-database :
24- image : postgres:15.5-alpine
25- env :
26- POSTGRES_HOST_AUTH_METHOD : trust
27- ports : ["6543:5432"]
28- options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
29-
30- task-processor-database :
31- image : postgres:15.5-alpine
32- env :
33- POSTGRES_HOST_AUTH_METHOD : trust
34- ports : ["6544:5432"]
35- options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
36-
3722 steps :
3823 - uses : actions/checkout@v4
3924
4631 - name : Check for missing migrations
4732 env :
4833 opts : --no-input --dry-run --check
49- run : make django-make-migrations
34+ run : make docker-up django-make-migrations
5035
5136 - name : Check for new typing errors
5237 run : make typecheck
You can’t perform that action at this time.
0 commit comments