Fix CI workflow.
This commit is contained in:
parent
d8bf76a48f
commit
91d92bc0bc
1
.github/workflows/on-pr.yaml
vendored
1
.github/workflows/on-pr.yaml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
name: Compare conscise migration schema with incremental migration.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run database
|
||||
run: docker-compose -f docker-compose.test.yml up -d test-db statediff-migrations
|
||||
- name: Test incremental migration
|
||||
|
@ -3,7 +3,7 @@
|
||||
--
|
||||
|
||||
-- Dumped from database version 10.12
|
||||
-- Dumped by pg_dump version 13.4
|
||||
-- Dumped by pg_dump version 14.0 (Ubuntu 14.0-1.pgdg20.04+1)
|
||||
|
||||
SET statement_timeout = 0;
|
||||
SET lock_timeout = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user