From 954810b9f2445f3e24d6c1b227babf419a70f1c9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 13:29:22 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 5c532306a..9627b0edc 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -31,6 +31,13 @@ jobs: - name: Install Cypress 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 run: | 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 # 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 videosFolder=cypress/videos - name: Sleep for 30 seconds for videos to encode