Update .gitea/workflows/build.yml
Some checks failed
Build / Build and analyze (push) Failing after 16s
Quality Check / Tests (pull_request) Successful in 57s
Quality Check / Checkstyle Main (pull_request) Successful in 53s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:45:54 +00:00
parent 687b971958
commit 365d431a80

@ -32,6 +32,8 @@ jobs:
path: ~/.gradle/caches path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle restore-keys: ${{ runner.os }}-gradle
- name: Coverage
run: gradle test jacocoTestReport sonarqube
- name: Build and analyze - name: Build and analyze
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}