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 55cd75a commit 2526894Copy full SHA for 2526894
.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
12
dbname: test
13
commands: |
14
env
15
+ sleep 300s
16
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/flyway/sql migrate
17
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/flyway/sql info
18
migration_envs: |
0 commit comments