Skip to content

Commit

Permalink
chore: add visual reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 14, 2023
1 parent 2f1def6 commit 4450c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions/test-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ runs:
SPLIT: ${{ strategy.job-total }}
SPLIT_INDEX: ${{ strategy.job-index }}

- name: Report Visual Failures
if: failure()
run: npm run visual:report

- name: Upload snapshots
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 4450c11

Please sign in to comment.