diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c71ec8c1..06959a78f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,12 @@ jobs: env: TEST_SAFARI: yes run: npm run test:e2e + - uses: actions/upload-artifact@v4 + if: always() + with: + name: playwright-report + path: playwright-report/ + retention-days: 30 - name: Report coverage id: report if: ${{ always() }}