Skip to content

Commit

Permalink
Try to upload diff images after running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed May 1, 2023
1 parent 61bd00a commit df53424
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
- name: Run Tests
run: |
npm test
- name: Upload image difference, if there are any
if: always()
uses: actions/upload-artifact@v3
with:
name: diff-images
path: diff-*.png

- name: Lint and Formatting
run: |
Expand Down

0 comments on commit df53424

Please sign in to comment.