update GitHub run checks action

This commit is contained in:
2025-07-29 20:01:51 +02:00
parent 19cd2c373b
commit beffff0e4a

View File

@@ -29,6 +29,6 @@ jobs:
java-version: ${{ inputs.JAVA_VERSION }} java-version: ${{ inputs.JAVA_VERSION }}
cache: 'gradle' cache: 'gradle'
- name: Run Gradle build - name: Run Gradle build
run: ./gradlew build run: ./gradlew build -x testIntegration
# todo add sarif upload # todo add sarif upload