Skip to content

Commit a3e1e90

Browse files
committed
fix ci
1 parent cb2b42c commit a3e1e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600
env:
601601
PW_BUNDLE: ${{ matrix.bundle }}
602602
working-directory: dev-packages/browser-integration-tests
603-
run: yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
603+
run: yarn test:all${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
604604

605605
- name: Upload Playwright Traces
606606
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)