diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d725673eda..896f211b4c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,5 +27,5 @@ jobs: if: always() with: name: playwright-report - path: playwright-report/ + path: test-results/ retention-days: 30