Skip to content

Commit 53f4829

Browse files
committed
Fix build-and-test.yaml
1 parent c0b0e00 commit 53f4829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Merge into HTML Report
291291
if: inputs.skip != true
292-
run: pnpm run playwright merge-reports --config=playwright-merge.config.ts ./all-blob-reports
292+
run: pnpm playwright merge-reports --config=playwright-merge.config.ts ./all-blob-reports
293293
env:
294294
# Only pass creds to the flaky-reporter on main branch runs
295295
GITHUB_TOKEN: ${{ github.ref_name == 'develop' && secrets.ELEMENT_BOT_TOKEN || '' }}

0 commit comments

Comments
 (0)