parallel?
parent
bc1baeb2fe
commit
a549ca07ab
|
@ -38,9 +38,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
node src\node\server.js &
|
node src\node\server.js &
|
||||||
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 &
|
||||||
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
|
- uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in New Issue