Skip to content

Commit 6d0aeae

Browse files
committed
unique id
1 parent 94d4b36 commit 6d0aeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@ jobs:
245245
- name: Get yarn js test cache directory path
246246
if: ${{ matrix.client.language == 'javascript' }}
247247
shell: bash
248-
id: yarn-cache-dir
248+
id: yarn-cache-dir-tests
249249
run: echo "::set-output name=dir::$(cd tests/output/javascript && yarn config get cacheFolder)"
250250

251251
- name: Restore Yarn js tests
252252
if: ${{ matrix.client.language == 'javascript' }}
253253
uses: actions/cache@v3
254254
with:
255-
path: ${{ steps.yarn-cache-dir.outputs.dir || 'tests/output/javascript/.yarn/cache' }}
255+
path: ${{ steps.yarn-cache-dir-tests.outputs.dir || 'tests/output/javascript/.yarn/cache' }}
256256
key: yarn-cache-tests-${{ env.CACHE_VERSION }}-${{ hashFiles('tests/output/javascript/yarn.lock') }}
257257

258258
- name: Cache js-client node modules

0 commit comments

Comments
 (0)