From b35e60487c46ce9e8249a9f0d595b8f66fd10bdd Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Tue, 21 May 2024 15:57:31 +0200 Subject: [PATCH] Fix tests --- .github/workflows/frontend_addon.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/frontend_addon.yml b/.github/workflows/frontend_addon.yml index 7c1e9f3..c247ab7 100644 --- a/.github/workflows/frontend_addon.yml +++ b/.github/workflows/frontend_addon.yml @@ -74,13 +74,8 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - uses: pnpm/action-setup@v3 - name: Install pnpm - with: - version: 9 - # We don't want to install until later, - # when the cache and Cypress are in place - run_install: false + - name: Enable corepack + run: corepack enable - name: Get pnpm store directory shell: bash @@ -110,7 +105,7 @@ jobs: - name: Run unit tests working-directory: frontend_addon/volto-addon run: | - make test-ci + make ci-test - name: Run i18n tests working-directory: frontend_addon/volto-addon