diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 87242ff34..a8dc5046c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -59,11 +59,4 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' - name: Run Playwright tests - run: pnpm run playwright - - - uses: actions/upload-artifact@v4 - if: ${{ !cancelled() }} - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 \ No newline at end of file + run: pnpm run playwright \ No newline at end of file