small refactor to ci caching
All checks were successful
/ test (pull_request) Successful in 24s

This commit is contained in:
2026-01-17 12:37:57 +01:00
parent 681f2146b4
commit 62d6b8b01e
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: gradle-${{ hashFiles('**/libs.versions.toml') }} key: gradle-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: gradle- restore-keys: gradle
path: | path: |
~/.gradle/caches/ ~/.gradle/caches/
~/.gradle/wrapper/ ~/.gradle/wrapper/
@@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: konan-${{ hashFiles('**/libs.versions.toml') }} key: konan-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: konan- restore-keys: konan
path: | path: |
~/.konan/ ~/.konan/
@@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: node-${{ hashFiles('**/libs.versions.toml') }} key: node-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: node- restore-keys: node
path: | path: |
~/.gradle/nodejs ~/.gradle/nodejs
~/.gradle/yarn ~/.gradle/yarn

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: gradle-${{ hashFiles('**/libs.versions.toml') }} key: gradle-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: gradle- restore-keys: gradle
path: | path: |
~/.gradle/caches/ ~/.gradle/caches/
~/.gradle/wrapper/ ~/.gradle/wrapper/