Skip to content

Commit cc7b052

Browse files
committed
Fix ci
1 parent 97c8e50 commit cc7b052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
cache: npm
6262
- run: npm install
6363
- run: npm run build --if-present
64-
- run: npm run test:coverage
64+
- run: npm run test:coverage --if-present

0 commit comments

Comments
 (0)