Skip to content

Commit 79e774e

Browse files
committed
Remove yarn cache
1 parent 5cfbad0 commit 79e774e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ jobs:
6969
java_version: 21
7070
new_drivers: true
7171
steps:
72-
- name: 🧶 Get yarn cache directory path 🧶
73-
id: yarn-cache-dir-path
74-
run: echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
75-
- name: 💵 Cache 💵
76-
uses: actions/cache@v4
77-
id: yarn-cache
78-
with:
79-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
80-
key: ${{ runner.os }}-${{ matrix.node_version }}-yarn-${{ hashFiles('**/yarn.lock') }}
81-
restore-keys: |
82-
${{ runner.os }}-${{ matrix.node_version }}-yarn-
83-
${{ runner.os }}-yarn-
8472
- name: ☑️ Checkout ☑️
8573
uses: actions/checkout@v4
8674
- name: ☕ Java ☕

0 commit comments

Comments
 (0)