From 0f62fe47849de6e710b48ba5168ace842f5627e0 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 23 Jan 2023 13:39:38 +0100 Subject: [PATCH] change(ui): run debug upload on fail --- .github/workflows/ui-tests.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 996d3f225..19951cb2a 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -73,6 +73,7 @@ jobs: - name: [Edge] Run visual tests run: yarn cy:test-edge - name: Upload Debug + if: ${{ failure() }} uses: actions/upload-artifact@v3 with: name: 'Snapshots'