We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfbad0 commit 79e774eCopy full SHA for 79e774e
.github/workflows/main.yml
@@ -69,18 +69,6 @@ jobs:
69
java_version: 21
70
new_drivers: true
71
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-
84
- name: ☑️ Checkout ☑️
85
uses: actions/checkout@v4
86
- name: ☕ Java ☕
0 commit comments