Skip to content

Commit 84d69ed

Browse files
committed
chore: ignore cache, because it's too old to work...
1 parent e8c8907 commit 84d69ed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)