Update collaboration.yml

restore-responsiveness-test
John McLear 2021-03-13 19:24:01 +00:00
parent 04e275ea15
commit 1581b713b9
1 changed files with 1 additions and 4 deletions

View File

@ -34,12 +34,9 @@ jobs:
- name: Install Cypress - name: Install Cypress
run: npm install cypress -g run: npm install cypress -g
- name: Run Etherpad - name: Run Etherpad & Tests
run: | run: |
node src\node\server.js & node src\node\server.js &
- name: Run Tests
run: |
cd src\tests\frontend 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