diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bafb8ef..d15d43d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,9 +35,3 @@ jobs: - name: Run Playwright tests working-directory: ./e2e run: npx playwright test - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 \ No newline at end of file