We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136feea commit 23ec941Copy full SHA for 23ec941
.github/workflows/workflow.yml
@@ -31,7 +31,7 @@ jobs:
31
run: docker compose up postgres -d
32
33
- name: Run migrations
34
- run: docker compose up --build migration
+ run: docker compose build migration && docker compose run --rm migration
35
36
- name: Start remaining containers
37
run: docker compose up api -d
0 commit comments