Skip to content

Commit

Permalink
chore: added shell to yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 12, 2024
1 parent b61fa96 commit 8fe3aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:

- name: Set yarn lock path
id: yarn-hash
shell: bash
run: |
echo "Root path: ${{ inputs.root-path }}"
echo "yarn.lock path: ${{ inputs.root-path }}/yarn.lock"
Expand All @@ -31,8 +32,8 @@ runs:
key: ${{ runner.os }}-yarn-${{ hashFiles(env.yarnlock_path) }}

- name: Install dependencies
shell: bash
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
cd ${{ inputs.root-path }}
yarn install --immutable
shell: bash

0 comments on commit 8fe3aa1

Please sign in to comment.