Remove step to upload artifacts

This commit is contained in:
Manuel Bustillo 2024-08-11 21:01:10 +02:00
parent cdd3d0adf1
commit b1cec97389

View File

@ -19,9 +19,3 @@ jobs:
run: pnpm exec playwright install --with-deps run: pnpm exec playwright install --with-deps
- name: Run Playwright tests - name: Run Playwright tests
run: pnpm exec playwright test run: pnpm exec playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30