From 25353fd3158590b787210129320dce3f34639fac Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 10:44:24 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 1b17cb34f..1edccf594 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -30,11 +30,11 @@ jobs: - name: Run Etherpad & Tests run: | - node src\node\server.js & + node src/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 - cd src\tests\frontend - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser1 & - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser2 + cd src/tests/frontend + cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser1 & + cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser2 # We still to do a curl check above just to ensure Etherpad is responding before cypress starts - uses: actions/upload-artifact@v2