Add cache action

This commit is contained in:
Stuart Armstrong 2023-06-09 12:27:31 +03:00
parent 5121001f04
commit 645c43e8f8
1 changed files with 1 additions and 0 deletions

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