diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index d96c61078..ce76ccf0e 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -67,4 +67,11 @@ jobs: - name: Wait for frontend run: npx wait-on http://0.0.0.0:3333 - name: Run visual tests - run: yarn cy:test \ No newline at end of file + run: yarn cy:test + - name: Upload Debug + uses: actions/upload-artifact@v2 + with: + name: 'Snapshots' + path: | + cypress/snapshots/__diff_output__/ + cypress/snapshots/ \ No newline at end of file