Skip to content

Commit 6914be0

Browse files
authored
Update workflow.yml
1 parent 1bad9b8 commit 6914be0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,17 @@
22

33
name: CI
44

5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
75
on:
86
push:
97
branches: [ master ]
108
pull_request:
119
branches: [ master ]
1210

13-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1411
jobs:
15-
# This workflow contains a single job called "build"
1612
build:
17-
# The type of runner that the job will run on
1813
runs-on: ubuntu-latest
1914

20-
# Steps represent a sequence of tasks that will be executed as part of the job
2115
steps:
22-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2316
- uses: actions/checkout@v2
2417

2518
- name: Setup Node.js environment
@@ -41,7 +34,7 @@ jobs:
4134
- name: Wait untill DB started (workaround of https://github.com/Harmon758/postgresql-action/issues/7)
4235
uses: jakejarvis/[email protected]
4336
with:
44-
time: '10s'
37+
time: '5s'
4538

4639
- name: Apply DB migrations
4740
run: npx prisma migrate up -c --experimental

0 commit comments

Comments
 (0)