mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
tests: Azure deploy from Network Share test coverage
This commit is contained in:
parent
a79f9efdb4
commit
d6edb34497
1 changed files with 11 additions and 0 deletions
11
.github/workflows/windows-zip.yml
vendored
11
.github/workflows/windows-zip.yml
vendored
|
@ -75,3 +75,14 @@ jobs:
|
|||
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\test.js --config-file cypress\cypress.json
|
||||
|
||||
- name: Create and mount network share
|
||||
run: |
|
||||
net share etherpad=etherpad /grant:everyone,FULL
|
||||
net mount y: \\localhost\etherpad
|
||||
dir y:\
|
||||
y:
|
||||
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
|
||||
cypress run --spec cypress\integration\test.js --config-file cypress\cypress.json
|
||||
|
|
Loading…
Reference in a new issue