change(ui): added artifact upload

This commit is contained in:
nick-delirium 2023-01-19 18:05:57 +01:00 committed by Delirium
parent ed78c7ae52
commit 53e32f0cd4

View file

@ -67,4 +67,11 @@ jobs:
- name: Wait for frontend - name: Wait for frontend
run: npx wait-on http://0.0.0.0:3333 run: npx wait-on http://0.0.0.0:3333
- name: Run visual tests - name: Run visual tests
run: yarn cy:test run: yarn cy:test
- name: Upload Debug
uses: actions/upload-artifact@v2
with:
name: 'Snapshots'
path: |
cypress/snapshots/__diff_output__/
cypress/snapshots/