|
42 | 42 | git pull https://github.com/google/closure-compiler.git master |
43 | 43 | git log -1 | cat |
44 | 44 | - name: Get yarn cache directory path |
45 | | - id: yarn-cache-dir-path |
46 | 45 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
47 | 46 | - name: Yarn and maven cache |
48 | 47 | uses: actions/cache@v3 |
@@ -112,7 +111,6 @@ jobs: |
112 | 111 | name: Contrib folder |
113 | 112 | path: packages/google-closure-compiler/contrib |
114 | 113 | - name: Get yarn cache directory path |
115 | | - id: yarn-cache-dir-path |
116 | 114 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
117 | 115 | - name: Cache yarn |
118 | 116 | uses: actions/cache@v3 |
@@ -178,7 +176,6 @@ jobs: |
178 | 176 | name: Contrib folder |
179 | 177 | path: packages/google-closure-compiler/contrib |
180 | 178 | - name: Get yarn cache directory path |
181 | | - id: yarn-cache-dir-path |
182 | 179 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
183 | 180 | - name: Cache yarn |
184 | 181 | uses: actions/cache@v3 |
@@ -242,8 +239,9 @@ jobs: |
242 | 239 | name: Contrib folder |
243 | 240 | path: packages/google-closure-compiler/contrib |
244 | 241 | - name: Get yarn cache directory path |
245 | | - id: yarn-cache-dir-path |
246 | 242 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
| 243 | + - name: Log Github Env |
| 244 | + run: type $GITHUB_ENV |
247 | 245 | - name: Cache yarn |
248 | 246 | uses: actions/cache@v3 |
249 | 247 | id: yarn-cache |
@@ -322,7 +320,6 @@ jobs: |
322 | 320 | chmod 755 packages/google-closure-compiler-osx/compiler |
323 | 321 | chmod 755 packages/google-closure-compiler-windows/compiler.exe |
324 | 322 | - name: Get yarn cache directory path |
325 | | - id: yarn-cache-dir-path |
326 | 323 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
327 | 324 | - name: Cache yarn |
328 | 325 | uses: actions/cache@v3 |
|
0 commit comments