Skip to content

Commit 2526894

Browse files
committed
add sleep for debug
1 parent 55cd75a commit 2526894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
dbname: test
1313
commands: |
1414
env
15+
sleep 300s
1516
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/flyway/sql migrate
1617
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/flyway/sql info
1718
migration_envs: |

0 commit comments

Comments
 (0)