Skip to content

Commit

Permalink
Remove actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Jan 16, 2024
1 parent 8dc5d81 commit 7f660bd
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 @@ -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

0 comments on commit 7f660bd

Please sign in to comment.