Skip to content

Commit

Permalink
fix: correct path to folder for report
Browse files Browse the repository at this point in the history
  • Loading branch information
akash3gtm committed Feb 29, 2024
1 parent aad55ad commit 2a43121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
if: always()
with:
name: playwright-report
path: ~/example/storybook/playwright-report/
path: example/storybook/playwright-report/
overwrite: true
retention-days: 10

0 comments on commit 2a43121

Please sign in to comment.