File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
github_token : ${{ secrets.GITHUB_TOKEN }}
39
39
40
40
test-node :
41
- needs : check
41
+ needs : build
42
42
runs-on : ${{ matrix.os }}
43
43
strategy :
44
44
matrix :
55
55
- uses : codecov/codecov-action@v1
56
56
57
57
test-chrome :
58
- needs : check
58
+ needs : build
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- uses : actions/checkout@v2
66
66
- run : npm run test:browser -- -t browser -t webworker --bail
67
67
68
68
test-firefox :
69
- needs : check
69
+ needs : build
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- uses : actions/checkout@v2
77
77
- run : npm run test:browser -- -t browser -t webworker --bail -- --browser firefox
78
78
79
79
test-ts :
80
- needs : check
80
+ needs : build
81
81
runs-on : ubuntu-latest
82
82
steps :
83
83
- uses : actions/checkout@v2
88
88
- run : npm run test:ts
89
89
90
90
test-interop :
91
- needs : check
91
+ needs : build
92
92
runs-on : ubuntu-latest
93
93
steps :
94
94
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments