Skip to content

Commit

Permalink
Remove artifact upload step in e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 6, 2024
1 parent f20218d commit b0abe3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ jobs:
- run: pnpm exec playwright install
- run: pnpm run build
- run: pnpm e2e
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit b0abe3d

Please sign in to comment.