We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b0e00 commit 53f4829Copy full SHA for 53f4829
1 file changed
.github/workflows/build-and-test.yaml
@@ -289,7 +289,7 @@ jobs:
289
290
- name: Merge into HTML Report
291
if: inputs.skip != true
292
- run: pnpm run playwright merge-reports --config=playwright-merge.config.ts ./all-blob-reports
+ run: pnpm playwright merge-reports --config=playwright-merge.config.ts ./all-blob-reports
293
env:
294
# Only pass creds to the flaky-reporter on main branch runs
295
GITHUB_TOKEN: ${{ github.ref_name == 'develop' && secrets.ELEMENT_BOT_TOKEN || '' }}
0 commit comments