Skip to content

Commit 1bad9b8

Browse files
authored
Update workflow.yml
1 parent 9f35f2b commit 1bad9b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
postgresql user: postgres
3939
postgresql password: postgres
4040

41+
- name: Wait untill DB started (workaround of https://github.com/Harmon758/postgresql-action/issues/7)
42+
uses: jakejarvis/[email protected]
43+
with:
44+
time: '10s'
45+
4146
- name: Apply DB migrations
4247
run: npx prisma migrate up -c --experimental
4348

0 commit comments

Comments
 (0)