From 4351f2447ecc1e44b529ffd529f29679645de06e Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 10:54:26 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 1edccf594..fab267b67 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -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