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 0 deletions
Showing only changes of commit 645c43e8f8 - Show all commits

View File

@ -62,6 +62,7 @@ jobs:
- name: run gradle sonar scan - name: run gradle sonar scan
if: ${{ inputs.sonar_enabled }} if: ${{ inputs.sonar_enabled }}
uses: actions/cache@v3
env: env:
SONAR_USER_HOME: "/opt/hostedtoolcache/.sonar" SONAR_USER_HOME: "/opt/hostedtoolcache/.sonar"
run: ./gradlew sonar -i -s run: ./gradlew sonar -i -s