Update collaboration.yml

This commit is contained in:
John McLear 2021-03-14 14:54:56 +00:00
parent e3a90bbe38
commit 56c7e7a8d7

View file

@ -53,5 +53,11 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: always() if: always()
with: with:
name: videos-and-screenshots name: cypress-videos
path: src/tests/frontend/cypress path: src/tests/frontend/cypress/videos/
- uses: actions/upload-artifact@v2
if: always()
with:
name: cypress-screenshots
path: src/tests/frontend/cypress/screenshots/