File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest, macos-latest, windows-latest]
1616 node-version : [14.x, 16.x]
1717 steps :
18- - name : π Check out Git repository
18+ - name : π Checkout git repository
1919 uses : actions/checkout@v2
2020 - name : π’ Setup Node.js ${{matrix.node-version}}
2121 uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 1111 name : Build
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : π Check out Git repository
14+ - name : π Checkout git repository
1515 uses : actions/checkout@v2
1616 - name : π’ Setup Node.js
1717 uses : actions/setup-node@v1
2020 - name : π Install dependencies
2121 run : npm install
2222 - name : βοΈ Create coverage
23+ with :
24+ COVERALLS_REPO_TOKEN : ${{secrets.COVERALLS_REPO_TOKEN}}
2325 run : npm run test:coveralls
24- - name : Coveralls
26+ - name : π¨ Send report to Coveralls
2527 uses : coverallsapp/github-action@master
2628 with :
27- COVERALLS_REPO_TOKEN : ${{secrets.COVERALLS_REPO_TOKEN}}
2829 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1111 name : ' π Publish'
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : π Check out Git repository
14+ - name : π Checkout git repository
1515 uses : actions/checkout@v2
1616 - name : π’ Setup Node.js
1717 uses : actions/setup-node@v1
You canβt perform that action at this time.
0 commit comments