mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Update collaboration.yml
This commit is contained in:
parent
e3a90bbe38
commit
56c7e7a8d7
1 changed files with 8 additions and 2 deletions
10
.github/workflows/collaboration.yml
vendored
10
.github/workflows/collaboration.yml
vendored
|
@ -53,5 +53,11 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: videos-and-screenshots
|
||||
path: src/tests/frontend/cypress
|
||||
name: cypress-videos
|
||||
path: src/tests/frontend/cypress/videos/
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
path: src/tests/frontend/cypress/screenshots/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue