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 9f35f2b commit 1bad9b8Copy full SHA for 1bad9b8
.github/workflows/workflow.yml
@@ -38,6 +38,11 @@ jobs:
38
postgresql user: postgres
39
postgresql password: postgres
40
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
+
46
- name: Apply DB migrations
47
run: npx prisma migrate up -c --experimental
48
0 commit comments