Skip to content

Commit b05ed51

Browse files
authored
Update node.js.yml
1 parent 1288539 commit b05ed51

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
@@ -21,10 +21,12 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
- uses: actions/setup-node@v1
25+
- uses: codecov/codecov-action@v1
2526
with:
2627
node-version: ${{ matrix.node-version }}
2728
- run: npm install
29+
- run: npm test
2830
- run: npm run build
2931
- run: npm run build:demo:ci
3032
env:

0 commit comments

Comments
 (0)