From fbe7f852ffe940ca73f71fbc30f43cf8e2ccf71d Mon Sep 17 00:00:00 2001 From: andrejrblue <167293373+andrejrblue@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:39:33 +0100 Subject: [PATCH] Update ci.yml upload artifacts set to always --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ef5bc..c19b2b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,5 +199,6 @@ jobs: - uses: actions/upload-artifact@v4 with: name: playwright-report + if: ${{ always() }} path: ./test/Playwright/playwright-report/ retention-days: 30