Skip to content

Commit f3b0d16

Browse files
ci: fix test workflow
1 parent 90a0c9c commit f3b0d16

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
@@ -86,7 +86,7 @@ jobs:
8686
run: npm run build:ci
8787

8888
- name: Run tests and generate coverage
89-
run: npm run test:coverage --ci --shard=${{ matrix.shard }}
89+
run: npm run test:coverage -- --ci --shard=${{ matrix.shard }}
9090

9191
- name: Upload coverage to Codecov
9292
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2

0 commit comments

Comments
 (0)