Skip to content

Commit 23ec941

Browse files
committed
test
1 parent 136feea commit 23ec941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: docker compose up postgres -d
3232

3333
- name: Run migrations
34-
run: docker compose up --build migration
34+
run: docker compose build migration && docker compose run --rm migration
3535

3636
- name: Start remaining containers
3737
run: docker compose up api -d

0 commit comments

Comments
 (0)