diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51258f06e..f7a9fd8fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,16 @@ jobs: - name: Run integration tests run: pnpm test:integration + - name: Upload Playwright report + uses: actions/upload-artifact@v4 + if: failure() + with: + name: playwright-report + path: | + packages/**/playwright-report/** + packages/**/test-results/** + retention-days: 3 + - name: Start verdaccio env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}