From a8c7c957d515cb31e5b7ff0324aa8c5483a3e974 Mon Sep 17 00:00:00 2001 From: Kevin Perrine Date: Wed, 15 Sep 2021 11:54:44 -0400 Subject: [PATCH] chore(repo): fix action --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb49fe4450..0fb0c814e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |