mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Update collaboration.yml
This commit is contained in:
parent
25353fd315
commit
4351f2447e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/collaboration.yml
vendored
3
.github/workflows/collaboration.yml
vendored
|
@ -25,6 +25,9 @@ jobs:
|
|||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: src/bin/installDeps.sh
|
||||
|
||||
- name: Install XVFB
|
||||
run: sudo apt-get install xvfb
|
||||
|
||||
- name: Install Cypress
|
||||
run: npm install cypress -g
|
||||
|
||||
|
|
Loading…
Reference in a new issue