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
|
||||
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 \
|
||||
vulcanize/statediff-migrations:v0.8.0
|
||||
vulcanize/statediff-migrations:v0.9.0
|
||||
- name: Verify schema is latest
|
||||
run: |
|
||||
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
|
||||
depends_on:
|
||||
- test-db
|
||||
image: vulcanize/statediff-migrations:v0.8.0
|
||||
image: vulcanize/statediff-migrations:v0.9.0
|
||||
|
||||
test-db:
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user