Upgrade statediff image to v0.9.0.
This commit is contained in:
parent
c89a73f738
commit
1db8a682df
2
.github/workflow/on-pr.yaml
vendored
2
.github/workflow/on-pr.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
sleep 10
|
sleep 10
|
||||||
docker run --rm --network host -e DATABASE_USER=vdbm -e DATABASE_PASSWORD=password \
|
docker run --rm --network host -e DATABASE_USER=vdbm -e DATABASE_PASSWORD=password \
|
||||||
-e DATABASE_HOSTNAME=127.0.0.1 -e DATABASE_PORT=8066 -e DATABASE_NAME=vulcanize_testing \
|
-e DATABASE_HOSTNAME=127.0.0.1 -e DATABASE_PORT=8066 -e DATABASE_NAME=vulcanize_testing \
|
||||||
vulcanize/statediff-migrations:v0.8.0
|
vulcanize/statediff-migrations:v0.9.0
|
||||||
- name: Verify schema is latest
|
- name: Verify schema is latest
|
||||||
run: |
|
run: |
|
||||||
PGPASSWORD="password" pg_dump -h localhost -p 8066 -U vdbm vulcanize_testing --no-owner --schema-only > ./db/migration_schema.sql
|
PGPASSWORD="password" pg_dump -h localhost -p 8066 -U vdbm vulcanize_testing --no-owner --schema-only > ./db/migration_schema.sql
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- test-db
|
- test-db
|
||||||
image: vulcanize/statediff-migrations:v0.8.0
|
image: vulcanize/statediff-migrations:v0.9.0
|
||||||
|
|
||||||
test-db:
|
test-db:
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user