mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Update collaboration.yml
This commit is contained in:
parent
b4f1c9da2e
commit
e3a90bbe38
1 changed files with 3 additions and 14 deletions
17
.github/workflows/collaboration.yml
vendored
17
.github/workflows/collaboration.yml
vendored
|
@ -48,21 +48,10 @@ jobs:
|
||||||
xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config video=false
|
xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config video=false
|
||||||
# run collaboration tests
|
# run collaboration tests
|
||||||
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config video=false &
|
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config video=false &
|
||||||
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos,videoCompression=0,screenshotsFolder=cypress/screenshots
|
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos,screenshotsFolder=cypress/screenshots
|
||||||
|
|
||||||
- name: Sleep for 30 seconds for videos to encode
|
|
||||||
uses: whatnick/wait-action@master
|
|
||||||
with:
|
|
||||||
time: '30s'
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: cypress-videos
|
name: videos-and-screenshots
|
||||||
path: src/tests/frontend/cypress/videos/
|
path: src/tests/frontend/cypress
|
||||||
|
|
||||||
- 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