File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 4444 run : npx gulp uploadCoverage
4545 env :
4646 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
47- # Performed after each OS + Node.js version combination has succeeded
48- final :
49- needs : combinations
50- runs-on : ubuntu-latest
51- steps :
52- - name : Git checkout
53- uses : actions/checkout@v2
54- - name : Node.js
55- uses : actions/setup-node@v1
56- with :
57- node-version : 16
58- - name : Install dependencies
59- run : npm ci
60- # Test coverage check must happen after tests for the whole matrix have been
61- # performed, so we get the merged coverage map
62- - name : Check test coverage
63- run : npx gulp checkCoverage
64- - name : Build
65- run : npx gulp build
66- - name : Deploy
67- if :
68- startsWith(github.event.head_commit.message, 'Release ') &&
69- github.event_name != 'pull_request'
70- run : npx gulp publish
71- env :
72- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments