Update .gitea/workflows/build.yml
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m4s
Build / Build and analyze (push) Failing after 1m20s
Quality Check / Checkstyle Main (pull_request) Successful in 33s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:46:43 +00:00
parent 365d431a80
commit 7bc399ecf2

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