Skip to content

Commit 351cdf7

Browse files
committed
Fix CI
1 parent bc2579e commit 351cdf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ jobs:
2121
run: npm install -g pnpm && pnpm install
2222
- name: Install Playwright Browsers
2323
run: npx playwright install --with-deps
24+
working-directory: examples/next
2425
- name: Run Playwright tests
2526
run: npx playwright test
27+
working-directory: examples/next
2628
env:
2729
BASE_URL: ${{ github.event.client_payload.url }}
2830
- uses: actions/upload-artifact@v4
2931
if: ${{ !cancelled() }}
3032
with:
3133
name: playwright-report
32-
path: playwright-report/
34+
path: examples/next/playwright-report/
3335
retention-days: 30

0 commit comments

Comments
 (0)