File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node }}
28- - name : Get yarn cache directory path
29- id : yarn-cache-dir-path
30- run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
31- - uses : actions/cache@v4
32- id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
33- with :
34- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
35- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
36- restore-keys : |
37- ${{ runner.os }}-yarn-
28+ # - name: Get yarn cache directory path
29+ # id: yarn-cache-dir-path
30+ # run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
31+ # - uses: actions/cache@v4
32+ # id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
33+ # with:
34+ # path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
35+ # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
36+ # restore-keys: |
37+ # ${{ runner.os }}-yarn-
3838 - name : Install
3939 run : yarn install
4040 - name : Test
You can’t perform that action at this time.
0 commit comments