File tree 5 files changed +3631
-7503
lines changed 5 files changed +3631
-7503
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v2
17
17
with :
18
- node-version : " 16 "
18
+ node-version : " lts/* "
19
19
- name : Cache modules
20
20
uses : actions/cache@v2
21
21
with :
39
39
- uses : actions/checkout@v2
40
40
- uses : actions/setup-node@v2
41
41
with :
42
- node-version : " 16 "
42
+ node-version : " lts/* "
43
43
- name : Cache modules
44
44
uses : actions/cache@v2
45
45
with :
62
62
- uses : actions/checkout@v2
63
63
- uses : actions/setup-node@v2
64
64
with :
65
- node-version : " 16 "
65
+ node-version : " lts/* "
66
66
- name : Cache npm
67
67
uses : actions/cache@v2
68
68
with :
84
84
85
85
npm run test-headless -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
86
86
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
87
- npm run test -esm-bundle
87
+ npm run check -esm-bundle-runs-in-browser
88
88
- name : Upload coverage report
89
89
run : bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
90
90
95
95
- uses : actions/checkout@v2
96
96
- uses : actions/setup-node@v2
97
97
with :
98
- node-version : " 16 "
98
+ node-version : " lts/* "
99
99
- name : Cache npm
100
100
uses : actions/cache@v2
101
101
with :
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ services:
24
24
sh -c " $$SINON_CHROME_BIN --version
25
25
&& npm run test-headless -- --chrome $$SINON_CHROME_BIN --allow-chrome-as-root
26
26
&& npm run test-webworker -- --chrome $$SINON_CHROME_BIN --allow-chrome-as-root
27
- && npm run test -esm-bundle
27
+ && npm run check -esm-bundle-runs-in-browser
28
28
&& npm run test-node
29
29
"
You can’t perform that action at this time.
0 commit comments