mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Install playwright.
This commit is contained in:
parent
9e6549db2e
commit
87214514ab
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue