Skip to content

Commit c9bae87

Browse files
committed
Change how Playwright is called
It keeps saying it’s not found…? Downtime???
1 parent 20c6ff0 commit c9bae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- run: ls -l all-blob-reports
258258

259259
- name: Merge blobs into one single report
260-
run: npx playwright merge-reports --reporter html ./all-blob-reports
260+
run: pnpm exec playwright merge-reports --reporter html ./all-blob-reports
261261

262262
# - name: Upload merged report as artifact
263263
# if: always()

0 commit comments

Comments
 (0)