mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Update collaboration.yml
This commit is contained in:
parent
51a8f0db22
commit
878af5ee0a
1 changed files with 7 additions and 5 deletions
12
.github/workflows/collaboration.yml
vendored
12
.github/workflows/collaboration.yml
vendored
|
@ -38,14 +38,16 @@ 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 > client1.txt &
|
- name: Run Tests
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
|
- run: |
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client3.txt &
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client4.txt
|
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
|
# Test run video was always captured, so this action uses "always()" condition
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: cypress-videos
|
name: cypress-videos
|
||||||
path: cypress/videos
|
path: src/tests/cypress/videos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue