Skip to content

Commit

Permalink
Merge pull request #2282 from AdaptiveConsulting/RT-5582/update-playw…
Browse files Browse the repository at this point in the history
…right-report-path

RT-5582: Update playwright report folder path on github actions files
  • Loading branch information
stephan-thibodeau authored Sep 18, 2023
2 parents f5211b6 + 9b447b9 commit 75f7818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: playwright-report/
path: packages/client/playwright-report/
retention-days: 7
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: playwright-report/
path: packages/client/playwright-report/
retention-days: 7
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: playwright-report/
path: packages/client/playwright-report/
retention-days: 7

0 comments on commit 75f7818

Please sign in to comment.