Skip to content

Commit

Permalink
ci: always upload playwright artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Jul 26, 2024
1 parent 270fea7 commit 34e976f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run tests
run: pnpm run test:e2e
- name: Upload Playwright reports
if: always()
uses: actions/upload-artifact@v4
with:
name: playwright-reports
Expand Down

0 comments on commit 34e976f

Please sign in to comment.