Skip to content

Commit

Permalink
PEW-000: Fix playwright report paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram committed Feb 7, 2025
1 parent 9bd5ad0 commit 53e627e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nextjs-v14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: always()
with:
name: nextjs-playwright-report
path: playwright-reports/nextjs-playwright-report/
path: playwright-reports/nextjs-app-v14-playwright-report/
retention-days: 7

- name: Run Percy Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: always()
with:
name: vanilla-playwright-report
path: playwright-reports/vanilla-playwright-report/
path: playwright-reports/vanilla-app-playwright-report/

- name: Run Percy Tests
shell: bash
Expand Down

0 comments on commit 53e627e

Please sign in to comment.