change(ui): run debug upload on fail
This commit is contained in:
parent
49b1023b27
commit
0f62fe4784
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ui-tests.js.yml
vendored
1
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue