From ab93f2aca8fd2beceff1cbc34e5d7739faa84a4f Mon Sep 17 00:00:00 2001 From: April Hall Date: Fri, 28 Feb 2025 09:04:28 -0500 Subject: [PATCH] ci: Fix artifacting --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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