File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 npm run test:clean
4949 # jest --coverage --runInBand
50- - name : Scikitjs Node Coveralls Parallel
51- uses : coverallsapp/github-action@master
52- with :
53- github-token : ${{ secrets.github_token }}
54- parallel : true
55- path-to-lcov : ./scikit-node/coverage/lcov.info # optional (default value)
56- - name : Scikitjs Browser Coveralls Parallel
57- uses : coverallsapp/github-action@master
58- with :
59- github-token : ${{ secrets.github_token }}
60- parallel : true
61- path-to-lcov : ./scikit-browser/coverage/lcov.info # optional (default value)
62- - name : Coveralls Finished
63- uses : coverallsapp/github-action@master
64- with :
65- github-token : ${{ secrets.github_token }}
66- parallel-finished : true
67- - name : build files, docs
68- run : |
69- NODE_OPTIONS=--max-old-space-size=15000 npm run build
70- # tsc && rollup -c && typedoc && sitedown manual/ -b docs/manual
7150 automerge :
7251 needs : build
7352 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments