Skip to content

Commit c563eea

Browse files
authored
Update node.js.yml
1 parent 9d1dc2e commit c563eea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Node.js CI
5-
65
on:
76
push:
87
branches: [ master ]
@@ -26,3 +25,6 @@ jobs:
2625
node-version: ${{ matrix.node-version }}
2726
- run: npm install
2827
- run: npm test
28+
- uses: coverallsapp/github-action@v1.1.1
29+
with:
30+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)