Skip to content

Commit

Permalink
Added back shell: bash as github actions complains about missing shel…
Browse files Browse the repository at this point in the history
…l option
  • Loading branch information
ichim-david committed Jun 23, 2024
1 parent 4ee9378 commit cb97cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pre_test_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:

- name: Install Cypress if not in cache
if: steps.cache-cypress-binary.outputs.cache-hit != 'true'
shell: bash
working-directory: packages/volto
run: make cypress-install

Expand Down

0 comments on commit cb97cc9

Please sign in to comment.