File tree 5 files changed +9039
-5510
lines changed
5 files changed +9039
-5510
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,21 @@ name: integration-test
2
2
on :
3
3
pull_request :
4
4
branches :
5
- - dev
5
+ - release
6
+ - release-candidate
6
7
- master
7
8
8
9
env :
9
10
TEST_WALLET_START_TIMEOUT : ' 180000' # 3 minutes
10
11
11
12
jobs :
12
13
itest :
13
- runs-on : ubuntu-20.04
14
+ runs-on : ' ubuntu-latest '
14
15
timeout-minutes : 40
15
16
16
17
strategy :
17
18
matrix :
18
- node-version : [14.x, 16 .x]
19
+ node-version : [20 .x]
19
20
20
21
steps :
21
22
# https://github.com/actions/checkout/releases/tag/v3.5.0
43
44
- name : Upload coverage
44
45
# https://github.com/codecov/codecov-action/releases/tag/v3.1.1
45
46
uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
46
- if : ${{ matrix.node-version }} == 14.x
47
- with :
48
- verbose : true
49
47
- name : Collect docker logs on failure
50
48
if : failure()
51
49
# https://github.com/jwalton/gh-docker-logs/releases/tag/v2.2.1
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - dev
6
+ - release
7
+ - release-candidate
7
8
tags :
8
9
- v*
9
10
pull_request :
10
11
branches :
11
- - dev
12
+ - release
13
+ - release-candidate
12
14
- master
13
15
jobs :
14
16
test :
15
17
runs-on : ' ubuntu-latest'
16
18
timeout-minutes : 40 # default is 360
17
19
strategy :
18
20
matrix :
19
- node-version : [12.x, 14 .x]
21
+ node-version : [20 .x]
20
22
steps :
21
23
# https://github.com/actions/checkout/releases/tag/v3.5.0
22
24
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
34
36
- name : Upload coverage
35
37
# https://github.com/codecov/codecov-action/releases/tag/v3.1.1
36
38
uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
37
- if : ${{ matrix.node-version }} == 14.x
38
- with :
39
- verbose : true
Original file line number Diff line number Diff line change 1
- v14
1
+ v20
You can’t perform that action at this time.
0 commit comments