mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update collaboration.yml
This commit is contained in:
parent
89a661b448
commit
cc4253bf3f
1 changed files with 2 additions and 4 deletions
6
.github/workflows/collaboration.yml
vendored
6
.github/workflows/collaboration.yml
vendored
|
@ -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
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
@ -36,9 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Etherpad
|
- name: Run Etherpad
|
||||||
run: |
|
run: |
|
||||||
cd etherpad
|
node src\node\server.js &
|
||||||
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
|
|
||||||
cd src\tests\frontend
|
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 > client1.txt &
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
|
||||||
|
|
Loading…
Reference in a new issue