Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit cb2f6e2

Browse files
Add debugging statement
1 parent 01f35f3 commit cb2f6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: git fetch --tags https://github.com/google/closure-compiler.git
5050
- name: Get yarn cache directory path
5151
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
52+
- name: Print yarn cache env variable
53+
run: echo "${{ env.yarn_cache_dir }}"
5254
- name: Yarn cache
5355
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
5456
with:

0 commit comments

Comments
 (0)