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 acf275d commit 29b11a3Copy full SHA for 29b11a3
.github/workflows/test.yml
@@ -151,12 +151,10 @@ jobs:
151
PGPASSWORD: ${{ env.POSTGRES_PASSWORD }}
152
153
- name: Update Dockerfile.dbmate version
154
- if: env.PGMAJOR == '15'
155
run: |
156
sed -i 's/%VERSION%/${{ env.PGMAJOR }}/g' migrations/Dockerfile.dbmate
157
158
- name: verify schema.sql is committed
159
160
161
docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
162
if ! git diff --exit-code --quiet migrations/schema.sql; then
0 commit comments