test: save cypress results as artifacts (#4943)

This commit is contained in:
Erez Rokah 2021-02-09 04:16:13 -08:00 committed by GitHub
parent ecbf82e961
commit b6a9a9c7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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