File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 22
33name : 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
75on :
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
1411jobs :
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
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
You can’t perform that action at this time.
0 commit comments