From e15d9eb5377a45e47149871ee646ff3d1d05379d Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 27 Aug 2024 00:42:21 +0200 Subject: [PATCH] upload artifacts --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4cc2895..0ebd3ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,8 @@ jobs: run: pnpm test - uses: actions/upload-artifact@v4 + if: ${{ !cancelled() }} with: - name: test-results - path: test-results + name: playwright-report + path: test-results/ + retention-days: 7