change(ui): testing upload...
This commit is contained in:
parent
0178913ff6
commit
6b2f66f8d6
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ui-tests.js.yml
vendored
9
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -68,12 +68,11 @@ jobs:
|
|||
run: npx wait-on http://0.0.0.0:3333
|
||||
- name: Run visual tests
|
||||
run: yarn cy:test
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: 'Snapshots'
|
||||
path: ./cypress/snapshots/
|
||||
- name: Upload Debug
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: 'Snapshots'
|
||||
path: ./cypress/snapshots/
|
||||
path: |
|
||||
frontend/cypress/snapshots
|
||||
frontend/cypress/video
|
||||
frontend/cypress/screenshots
|
||||
Loading…
Add table
Reference in a new issue