mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
parallel?
This commit is contained in:
parent
bc1baeb2fe
commit
a549ca07ab
1 changed files with 3 additions and 3 deletions
6
.github/workflows/collaboration.yml
vendored
6
.github/workflows/collaboration.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue