Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit faea8c9

Browse files
Added --passWithNoTests to nodejs.yml
1 parent 90504f5 commit faea8c9

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
@@ -26,4 +26,4 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
2828
- run: npm run build
29-
- run: npm test
29+
- run: npm test --passWithNoTests

0 commit comments

Comments
 (0)