Update .gitea/workflows/build.yml
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m4s
Quality Check / Checkstyle Main (pull_request) Successful in 53s
Build / Build and analyze (push) Successful in 2m6s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:49:35 +00:00
parent 7bc399ecf2
commit dbf584fd67

@ -33,7 +33,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Coverage
run: ./gradlew test jacocoTestReport sonarqube
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew test jacocoTestReport sonar
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}