test: save cypress results as artifacts (#4943)
This commit is contained in:
parent
ecbf82e961
commit
b6a9a9c7b2
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@ -101,3 +101,9 @@ jobs:
|
|||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
MACHINE_COUNT: 8
|
MACHINE_COUNT: 8
|
||||||
MACHINE_INDEX: ${{ matrix.machine }}
|
MACHINE_INDEX: ${{ matrix.machine }}
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: cypress-results-${{ matrix.machine }}
|
||||||
|
path: |
|
||||||
|
cypress/screenshots
|
||||||
|
cypress/videos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user