Add cache action #3

Merged
stanislav.melnichuk merged 4 commits from Add-cache-action into master 2023-06-09 10:14:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c55dc1fe4c - Show all commits

View File

@ -66,7 +66,7 @@ jobs:
env:
cache-name: cache-sonar-modules
with:
path: /opt/hostedtoolcache/.sonar/
path: /root/.sonar/cache
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/build.gradle','**/settings.gradle') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-