Skip to content

Commit

Permalink
missing docker compose call
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rose committed Oct 10, 2024
1 parent fd816b8 commit 26f02f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
- name: verify schema.sql is committed
run: |
docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
if ! git diff --exit-code --quiet migrations/schema.sql; then
echo "Detected changes in schema.sql:"
git diff migrations/schema.sql
Expand Down

0 comments on commit 26f02f0

Please sign in to comment.