We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761c3ae commit 8194b82Copy full SHA for 8194b82
1 file changed
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: npm install, build, and test
21
run: |
22
npm install
23
- npm run test
+ npm test -- -u
24
bash scripts/run-coverage.sh
25
env:
26
CI: true
0 commit comments