We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1dc2e commit c563eeaCopy full SHA for c563eea
.github/workflows/node.js.yml
@@ -2,7 +2,6 @@
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
name: Node.js CI
5
-
6
on:
7
push:
8
branches: [ master ]
@@ -26,3 +25,6 @@ jobs:
26
25
node-version: ${{ matrix.node-version }}
27
- run: npm install
28
- run: npm test
+ - uses: coverallsapp/github-action@v1.1.1
29
+ with:
30
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments