Skip to content

Commit

Permalink
fix(CI): specify shell for yarn cache dir step
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 7, 2023
1 parent b919d20 commit 0e9dbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand Down

0 comments on commit 0e9dbea

Please sign in to comment.