Skip to content

Commit f15a51f

Browse files
authored
chore: Update github actions test command
1 parent 44fc94c commit f15a51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
if: ${{ matrix.node-version == '8.x' }}
3232
- run: yarn --pure-lockfile
3333
- run: yarn build
34-
- run: yarn test
34+
- run: yarn test:cover

0 commit comments

Comments
 (0)