Skip to content

Commit

Permalink
chore: try to get visual regression tests in errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Dec 17, 2024
1 parent 48c4d55 commit ec15190
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
- name: Run Tests
run: pnpm -w run test

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: visual-regressions
path: '**/*.(actual|diff).png'
retention-days: 3
overwrite: true

release:
needs: test
environment: npm-publish
Expand Down

0 comments on commit ec15190

Please sign in to comment.