Update collaboration.yml

restore-responsiveness-test
John McLear 2021-03-13 18:57:16 +00:00
parent 878af5ee0a
commit af42e3e620
1 changed files with 2 additions and 2 deletions

View File

@ -38,14 +38,14 @@ jobs:
run: |
node src\node\server.js &
cd src\tests\frontend
- name: Run Tests
- run: |
run: |
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
# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
if: always()
with: