File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
name : Typecheck
18
18
runs-on : ubuntu-latest
19
19
strategy :
20
+ fail-fast : false
20
21
matrix :
21
22
node-version :
22
23
- 16
42
43
runs-on : ${{ matrix.os }}
43
44
44
45
strategy :
46
+ fail-fast : false
45
47
matrix :
46
48
node-version :
47
- - 14
48
49
- 16
49
50
os :
50
51
- ubuntu-latest
Original file line number Diff line number Diff line change 18
18
name : Typecheck
19
19
runs-on : ubuntu-latest
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
22
23
node-version :
23
24
- 16
@@ -44,22 +45,16 @@ jobs:
44
45
runs-on : ${{ matrix.os }}
45
46
46
47
strategy :
48
+ fail-fast : false
47
49
matrix :
48
50
node-version :
49
- - 14
50
51
- 16
51
52
os :
52
53
- ubuntu-latest
53
54
- windows-latest
54
55
- macos-latest
55
56
project :
56
57
- fetch
57
- exclude :
58
- - os : windows-latest
59
- node-version : 14
60
- # On macOS, run tests with only the LTS environments.
61
- - os : macos-latest
62
- node-version : 14
63
58
64
59
steps :
65
60
- uses : actions/checkout@v2
78
73
# upload coverage only once
79
74
- name : Coveralls
80
75
uses : coverallsapp/github-action@master
81
- if : matrix.node == '14 ' && matrix.os == 'ubuntu-latest'
76
+ if : matrix.node-version == '16 ' && matrix.os == 'ubuntu-latest'
82
77
with :
83
78
github-token : ${{ secrets.GITHUB_TOKEN }}
84
79
Original file line number Diff line number Diff line change 17
17
name : Typecheck
18
18
runs-on : ubuntu-latest
19
19
strategy :
20
+ fail-fast : false
20
21
matrix :
21
22
node-version :
22
23
- 16
42
43
runs-on : ${{ matrix.os }}
43
44
44
45
strategy :
46
+ fail-fast : false
45
47
matrix :
46
48
node-version :
47
- - 14
48
49
- 16
49
50
os :
50
51
- ubuntu-latest
Original file line number Diff line number Diff line change 18
18
name : Typecheck
19
19
runs-on : ubuntu-latest
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
22
23
node-version :
23
24
- 16
43
44
runs-on : ${{ matrix.os }}
44
45
45
46
strategy :
47
+ fail-fast : false
46
48
matrix :
47
49
node-version :
48
- - 14
49
50
- 16
50
51
os :
51
52
- ubuntu-latest
Original file line number Diff line number Diff line change 17
17
name : Typecheck
18
18
runs-on : ubuntu-latest
19
19
strategy :
20
+ fail-fast : false
20
21
matrix :
21
22
node-version :
22
23
- 16
43
44
runs-on : ${{ matrix.os }}
44
45
45
46
strategy :
47
+ fail-fast : false
46
48
matrix :
47
49
node-version :
48
- - 14
49
50
- 16
50
51
os :
51
52
- ubuntu-latest
76
77
runs-on : ubuntu-latest
77
78
78
79
strategy :
80
+ fail-fast : false
79
81
matrix :
80
82
node-version :
81
83
- 16
You can’t perform that action at this time.
0 commit comments