Skip to content

Commit f050174

Browse files
committed
restore check cache size
1 parent 73276f1 commit f050174

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ runs:
4343
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4444
key: ${{ runner.os }}-node-${{ inputs.node-version }}-${{ hashFiles('**/yarn.lock') }}
4545

46+
- name: Print Yarn cache size
47+
shell: bash
48+
run: du -d 0 -h ${{ steps.yarn-cache-dir-path.outputs.dir }}
49+
4650
- name: Install yarn dependencies
4751
working-directory: "${{ inputs.directory }}"
4852
shell: bash
4953
run: yarn install --immutable
5054

51-
- name: Print Yarn cache size
52-
shell: bash
53-
run: du -d 0 -h ${{ steps.yarn-cache-dir-path.outputs.dir }}
54-
5555
- name: Debug Yarn version
5656
shell: bash
5757
run: yarn --version

0 commit comments

Comments
 (0)