Skip to content

Commit

Permalink
ci: output visual test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 21, 2023
1 parent 7a66e1b commit 423fb98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@ jobs:
run: npm ci

- name: Run tests
run: npm test
run: npm test:visual

- name: archive visual outputs
uses: actions/upload-artifact@v3
with:
name: visual-test-results
path: |
tests/output
strategy:
fail-fast: true
Expand Down

0 comments on commit 423fb98

Please sign in to comment.