mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Update collaboration.yml
This commit is contained in:
parent
972abfc3e9
commit
954810b9f2
1 changed files with 7 additions and 2 deletions
9
.github/workflows/collaboration.yml
vendored
9
.github/workflows/collaboration.yml
vendored
|
@ -31,6 +31,13 @@ jobs:
|
||||||
- name: Install Cypress
|
- name: Install Cypress
|
||||||
run: npm install cypress -g
|
run: npm install cypress -g
|
||||||
|
|
||||||
|
# - name: Create settings.json
|
||||||
|
# run: cp settings.json.template settings.json
|
||||||
|
|
||||||
|
# - name: Disable import/export rate limiting
|
||||||
|
# run: |
|
||||||
|
# sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 0/' -i settings.json
|
||||||
|
|
||||||
- name: Run Etherpad & Tests
|
- name: Run Etherpad & Tests
|
||||||
run: |
|
run: |
|
||||||
node src/node/server.js &
|
node src/node/server.js &
|
||||||
|
@ -41,8 +48,6 @@ jobs:
|
||||||
xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config videosFolder=cypress/videos
|
xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config videosFolder=cypress/videos
|
||||||
# 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 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
|
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos
|
||||||
|
|
||||||
- name: Sleep for 30 seconds for videos to encode
|
- name: Sleep for 30 seconds for videos to encode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue