Update .gitea/workflows/build.yml
This commit is contained in:
parent
687b971958
commit
365d431a80
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ jobs:
|
|||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
- name: Coverage
|
||||
run: gradle test jacocoTestReport sonarqube
|
||||
- name: Build and analyze
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
|
Reference in a new issue