Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 21, 2024
1 parent 1f55566 commit b35e604
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/frontend_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b35e604

Please sign in to comment.