Update .gitea/workflows/build.yml
All checks were successful
Build / Build and analyze (pull_request) Successful in 1m23s
Quality Check / Tests (pull_request) Successful in 42s
Quality Check / Checkstyle Main (pull_request) Successful in 34s

This commit is contained in:
Jan Gleytenhoover 2024-09-26 11:04:40 +00:00
parent 996cb32225
commit b208c9d3f0

@ -2,6 +2,11 @@ name: Build
on: # test
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- main
@ -40,4 +45,4 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar --info -Dsonar.pullrequest.key=$GITEA_PULL_REQUEST_INDEX
run: ./gradlew build sonar --info