fix(gha): correct playwright reporter path (#67104)

This commit is contained in:
Huyen Nguyen
2026-04-25 13:11:08 +07:00
committed by GitHub
parent bdbdad5e32
commit 3d72c7b3ee
2 changed files with 2 additions and 2 deletions

View File

@@ -186,5 +186,5 @@ jobs:
if: ${{ !cancelled() }}
with:
name: playwright-report-${{ matrix.browsers }}
path: playwright/reporter
path: e2e/playwright/reporter
retention-days: 7

View File

@@ -162,5 +162,5 @@ jobs:
if: ${{ !cancelled() }}
with:
name: playwright-report-${{ matrix.browsers }}
path: playwright/reporter
path: e2e/playwright/reporter
retention-days: 7