File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 6363 - name : Install dependencies
6464 run : npm ci
6565
66- - name : Setup firefox
67- if : matrix.os != 'windows-latest'
68- uses : browser-actions/setup-firefox@5914774dda97099441f02628f8d46411fcfbd208 # v1.7.0
69- with :
70- firefox-version : latest
71-
72- - name : Link webpack-dev-server
73- run : |
74- cp -R client tmp-client
75- npm link --ignore-scripts || true
76- npm link webpack-dev-server --ignore-scripts || true
77- rm -r client
78- cp -R tmp-client client
79-
8066 - name : Run tests
8167 run : npm run test:coverage -- --ci
8268
8369 - name : Upload coverage to Codecov
8470 if : always()
8571 uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
86- with :
87- files : ./coverage/lcov.info
88-
89- - name : Upload test results to Codecov
90- if : always()
91- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
92- with :
93- files : ./junit.xml
94- report_type : test_results
You can’t perform that action at this time.
0 commit comments