Skip to content

Commit

Permalink
chore(repo): fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsperrine committed Sep 15, 2021
1 parent 487548c commit a8c7c95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ jobs:
HEIGHT: 900
WIDTH: 1680

- name: Archive visual diff report
if: ${{ failure() }} && steps.changes.outputs.react == 'true'
uses: actions/upload-artifact@v2
with:
name: visual-diff-report
path: |
packages/react/cypress-visual-report
packages/react/cypress-visual-screenshots
- name: Copy, combine, and report coverage
if: steps.changes.outputs.react == 'true'
run: |
Expand Down

0 comments on commit a8c7c95

Please sign in to comment.