mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Fix upgrade from latest release workflow
* Install playwright. * Fixed. * Fixed. * Run only backend tests.
This commit is contained in:
parent
9e6549db2e
commit
eacf82053d
1 changed files with 2 additions and 9 deletions
|
@ -107,12 +107,5 @@ jobs:
|
|||
# For pull requests, ${GITHUB_SHA} is the automatically generated merge
|
||||
# commit that merges the PR's source branch to its destination branch.
|
||||
run: git checkout "${GITHUB_SHA}"
|
||||
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: bin/installDeps.sh
|
||||
-
|
||||
name: Run Etherpad & Test Frontend
|
||||
working-directory: ./src
|
||||
run: |
|
||||
pnpm run test-ui --project=chromium
|
||||
- name: Run the backend tests
|
||||
run: pnpm run test
|
||||
|
|
Loading…
Reference in a new issue