File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
name : Build
18
18
runs-on : ubuntu-latest
19
- timeout-minutes : 30
19
+ timeout-minutes : 45
20
20
21
21
steps :
22
22
- name : Checkout
@@ -39,13 +39,15 @@ jobs:
39
39
node-version : ' 14.x'
40
40
41
41
- name : Test application with npm
42
+ timeout-minutes : 45
42
43
if : ${{ github.event_name == 'push' }}
43
44
run : |
44
45
npm ci
45
46
npm run-script test
46
47
47
48
- name : Build application with npm
48
49
if : ${{ github.event_name == 'pull_request' }}
50
+ timeout-minutes : 45
49
51
run : |
50
52
npm ci
51
53
npm run-script build
Original file line number Diff line number Diff line change 12
12
push_to_registry :
13
13
name : Build and publish
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 30
15
+ timeout-minutes : 45
16
16
17
17
steps :
18
18
- name : Checkout
You can’t perform that action at this time.
0 commit comments