Update collaboration.yml

This commit is contained in:
John McLear 2021-03-14 10:54:26 +00:00
parent 25353fd315
commit 4351f2447e

View file

@ -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