Add cache action
This commit is contained in:
parent
5121001f04
commit
645c43e8f8
|
@ -62,6 +62,7 @@ jobs:
|
|||
|
||||
- name: run gradle sonar scan
|
||||
if: ${{ inputs.sonar_enabled }}
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
SONAR_USER_HOME: "/opt/hostedtoolcache/.sonar"
|
||||
run: ./gradlew sonar -i -s
|
||||
|
|
Loading…
Reference in New Issue