We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd816b8 commit 26f02f0Copy full SHA for 26f02f0
.github/workflows/test.yml
@@ -156,6 +156,7 @@ jobs:
156
157
- name: verify schema.sql is committed
158
run: |
159
+ docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
160
if ! git diff --exit-code --quiet migrations/schema.sql; then
161
echo "Detected changes in schema.sql:"
162
git diff migrations/schema.sql
0 commit comments