Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 3, 2024
1 parent 3d610aa commit 9b711f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run Tests
id: test
run: pnpm test

- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.test.conclusion == 'failure' }}
with:
name: Image Snapshot Diff Output - ${{ matrix.os }}
path: test/__image_snapshots__/__diff_output__/

0 comments on commit 9b711f2

Please sign in to comment.