diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3685108..0b8320e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -57,8 +57,8 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v4 - if: always() + if: ${{ !cancelled() }} with: - name: playwright-report - path: playwright-report/ + name: test-results + path: test-results/ retention-days: 30