From cc4253bf3f37ca7f22e61b9327f73e26620c7f64 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Mar 2021 16:54:30 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 75c3744fd..e49af4ece 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -1,4 +1,4 @@ -name: "Multiple clients collaborating on a single pad" +name: "Collaboration" # any branch is useful for testing before a PR is submitted on: [push, pull_request] @@ -36,9 +36,7 @@ jobs: - name: Run Etherpad run: | - cd etherpad - node node_modules\ep_etherpad-lite\node\server.js & - curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test + node src\node\server.js & cd src\tests\frontend cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client1.txt & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &