Update collaboration.yml

This commit is contained in:
John McLear 2021-03-14 13:29:22 +00:00
parent 972abfc3e9
commit 954810b9f2

View file

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