diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 098020af7e..fdfe748742 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,14 +22,11 @@ jobs: node-version: lts/* - name: Install dependencies run: npm i - - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: Run server run: | ./.github/scripts/runServerV2.sh - - name: Run Playwright Modals continue-on-error: true run: npx playwright test tests/playwright/tests/sdk/modals --grep @${{matrix.countries}} --output=playwright-report-modals-${{matrix.countries}} @@ -42,7 +39,5 @@ jobs: if: always() with: name: playwright-report-${{matrix.countries}} - path: | - playwright-report-modals-${{matrix.countries}}/** - playwright-report-messages-${{matrix.countries}}/** - retention-days: 1 + path: playwright-report/ + retention-days: 30