diff --git a/.github/workflows/actions/test-e2e/action.yml b/.github/workflows/actions/test-e2e/action.yml index 82ee208029..43682183e5 100644 --- a/.github/workflows/actions/test-e2e/action.yml +++ b/.github/workflows/actions/test-e2e/action.yml @@ -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()