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