diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d4cf6dc9..99c3d92c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,7 @@ jobs: - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3 - if: always() + if: failure() with: name: playwright-report path: playwright-report/