ci: update cache paths in CI configuration
This commit is contained in:
parent
bd26ded681
commit
a19ddeed47
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ jobs:
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
node_modules
|
||||||
~/.gradle/wrapper
|
|
||||||
key: ${{ runner.os }}-bun-
|
key: ${{ runner.os }}-bun-
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
|
Reference in a new issue