Install playwright.

This commit is contained in:
SamTV12345 2024-03-17 19:55:51 +01:00
parent 9e6549db2e
commit 87214514ab

View file

@ -111,6 +111,9 @@ jobs:
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: bin/installDeps.sh
- name: Install playwright
working-directory: src
run: pnpm exec playwright install chromium --with-deps
-
name: Run Etherpad & Test Frontend
working-directory: ./src