change(ui): added artifact upload
This commit is contained in:
parent
ed78c7ae52
commit
53e32f0cd4
1 changed files with 8 additions and 1 deletions
7
.github/workflows/ui-tests.js.yml
vendored
7
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -68,3 +68,10 @@ jobs:
|
||||||
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/
|
||||||
Loading…
Add table
Reference in a new issue