diff --git a/.github/workflows/playwright_pre.yml b/.github/workflows/playwright_pre.yml index 463f2cb..ae2a2a0 100644 --- a/.github/workflows/playwright_pre.yml +++ b/.github/workflows/playwright_pre.yml @@ -27,7 +27,7 @@ jobs: if: always() with: name: playwright-report-chromium - path: playwright-report-chromium/ + path: playwright-report/ retention-days: 30 tests_firefox: if: ${{ always() }} @@ -54,7 +54,7 @@ jobs: if: always() with: name: playwright-report-firefox - path: playwright-report-firefox/ + path: playwright-report/ retention-days: 30 tests_webkit: if: ${{ always() }} @@ -81,5 +81,5 @@ jobs: if: always() with: name: playwright-report-webkit - path: playwright-report-webkit/ + path: playwright-report/ retention-days: 30 diff --git a/.github/workflows/playwright_pro.yml b/.github/workflows/playwright_pro.yml index 0869eaf..4fdb37a 100644 --- a/.github/workflows/playwright_pro.yml +++ b/.github/workflows/playwright_pro.yml @@ -25,7 +25,7 @@ jobs: if: always() with: name: playwright-report-chromium - path: playwright-report-chromium/ + path: playwright-report/ retention-days: 30 tests_firefox: if: ${{ always() }} @@ -52,7 +52,7 @@ jobs: if: always() with: name: playwright-report-firefox - path: playwright-report-firefox/ + path: playwright-report/ retention-days: 30 tests_webkit: if: ${{ always() }} @@ -79,5 +79,5 @@ jobs: if: always() with: name: playwright-report-webkit - path: playwright-report-webkit/ + path: playwright-report/ retention-days: 30