Skip to content

Commit b32f9d8

Browse files
committed
ci: OPTIC-2173: Run yarn3 - fix
1 parent 9767c04 commit b32f9d8

File tree

1 file changed

+1
-3
lines changed
  • .github/actions/setup-frontend-environment

1 file changed

+1
-3
lines changed

.github/actions/setup-frontend-environment/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ runs:
3535
- name: Get yarn cache directory path
3636
id: yarn-cache-dir-path
3737
shell: bash
38-
run: |
39-
dir=$(corepack yarn config get cacheFolder --no-clipboard --no-color | tr -d '\n' | xargs)
40-
echo "dir=$dir" >> $GITHUB_OUTPUT
38+
run: echo "dir=${{ inputs.directory }}/.yarn/cache" >> $GITHUB_OUTPUT
4139

4240
- name: Configure yarn cache
4341
uses: actions/cache@v4

0 commit comments

Comments
 (0)