Fixed frontend tests.

This commit is contained in:
SamTv12345 2024-07-17 11:59:32 +02:00
parent c5a94f1dc7
commit 75f97287c5
3 changed files with 20 additions and 10 deletions

View file

@ -68,7 +68,7 @@ jobs:
# rules.
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: bin/installDeps.sh
run: pnpm i
#-
# name: Install etherpad plugins
# run: rm -Rf node_modules/ep_align/static/tests/*
@ -92,7 +92,6 @@ jobs:
- name: Build admin frontend
working-directory: admin
run: |
pnpm install
pnpm run build
# name: Run the frontend admin tests
# shell: bash