Skip to content

Commit

Permalink
Save e2e failure screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Apr 19, 2022
1 parent ff18dc4 commit 341c228
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
- name: Run typecheck, lint and tests 🧪
run: npm run check

- name: Save e2e failure screenshots 😱
uses: actions/upload-artifact@v3
if: failure()
with:
name: e2e-failure-screenshots
path: test-results

- name: Build artifacts 🏗️
run: npm run build

0 comments on commit 341c228

Please sign in to comment.