Skip to content

Commit 29b11a3

Browse files
committed
chore: now run on all versions in matrix
1 parent acf275d commit 29b11a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,10 @@ jobs:
151151
PGPASSWORD: ${{ env.POSTGRES_PASSWORD }}
152152

153153
- name: Update Dockerfile.dbmate version
154-
if: env.PGMAJOR == '15'
155154
run: |
156155
sed -i 's/%VERSION%/${{ env.PGMAJOR }}/g' migrations/Dockerfile.dbmate
157156
158157
- name: verify schema.sql is committed
159-
if: env.PGMAJOR == '15'
160158
run: |
161159
docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
162160
if ! git diff --exit-code --quiet migrations/schema.sql; then

0 commit comments

Comments
 (0)