Update collaboration.yml
parent
af42e3e620
commit
04e275ea15
|
@ -37,10 +37,10 @@ jobs:
|
||||||
- name: Run Etherpad
|
- name: Run Etherpad
|
||||||
run: |
|
run: |
|
||||||
node src\node\server.js &
|
node src\node\server.js &
|
||||||
cd src\tests\frontend
|
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
|
cd src\tests\frontend
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
||||||
|
|
Loading…
Reference in New Issue