diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 2f309992c..c2e2b0a54 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -38,9 +38,9 @@ jobs: run: | node src\node\server.js & 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 & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json - uses: actions/upload-artifact@v1