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 44fc94c commit f15a51fCopy full SHA for f15a51f
.github/workflows/nodejs.yml
@@ -31,4 +31,4 @@ jobs:
31
if: ${{ matrix.node-version == '8.x' }}
32
- run: yarn --pure-lockfile
33
- run: yarn build
34
- - run: yarn test
+ - run: yarn test:cover
0 commit comments