Skip to content

Commit 94a2451

Browse files
committed
Remove NPM caching from CI - it's not doing anything
npm ci clears node_modules regardless, so this doesn't help!
1 parent 8d61143 commit 94a2451

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
with:
2020
java-version: 11
2121

22-
- name: Get npm cache directory
23-
id: npm-cache
24-
run: |
25-
echo "::set-output name=dir::$(npm config get cache)"
26-
- uses: actions/cache@v2
27-
with:
28-
path: ${{ steps.npm-cache.outputs.dir }}
29-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30-
restore-keys: |
31-
${{ runner.os }}-node-
32-
3322
- run: npm ci
3423

3524
- name: Install test environment

0 commit comments

Comments
 (0)