Skip to content

Commit

Permalink
Add dep step
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 14, 2024
1 parent e515f42 commit cefb0e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/acceptance.yml
Expand Up @@ -968,6 +968,9 @@ jobs:

- run: pnpm i

- name: Build dependencies
run: pnpm build:deps

- name: Install Cypress if not in cache
if: steps.cache-cypress-binary.outputs.cache-hit != 'true'
working-directory: packages/volto
Expand Down

0 comments on commit cefb0e9

Please sign in to comment.