Skip to content

Commit 26f02f0

Browse files
committed
missing docker compose call
1 parent fd816b8 commit 26f02f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
157157
- name: verify schema.sql is committed
158158
run: |
159+
docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
159160
if ! git diff --exit-code --quiet migrations/schema.sql; then
160161
echo "Detected changes in schema.sql:"
161162
git diff migrations/schema.sql

0 commit comments

Comments
 (0)