Skip to content

Commit 94c0398

Browse files
committed
ci: remove sharing option for playwright
1 parent be142a2 commit 94c0398

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
@@ -117,7 +117,7 @@ jobs:
117117
if: matrix.node-version != '18.x'
118118

119119
- name: Run E2E tests for webpack version ${{ matrix.webpack-version }}
120-
run: npm run test:e2e --shard=${{ matrix.shard }}
120+
run: npm run test:e2e
121121

122122
- name: Submit coverage data to codecov
123123
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)