mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
Update collaboration.yml
This commit is contained in:
parent
878af5ee0a
commit
af42e3e620
1 changed files with 2 additions and 2 deletions
4
.github/workflows/collaboration.yml
vendored
4
.github/workflows/collaboration.yml
vendored
|
@ -38,14 +38,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
node src\node\server.js &
|
node src\node\server.js &
|
||||||
cd src\tests\frontend
|
cd src\tests\frontend
|
||||||
|
|
||||||
- name: Run Tests
|
- 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
|
||||||
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
|
- uses: actions/upload-artifact@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue