From eacf82053d7c86f0e4fd4d88ffffe863fb339866 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+SamTV12345@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:55:27 +0100 Subject: [PATCH] Fix upgrade from latest release workflow * Install playwright. * Fixed. * Fixed. * Run only backend tests. --- .github/workflows/upgrade-from-latest-release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 8d83bfc93..627c85af8 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -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