update GitHub run checks action
This commit is contained in:
2
.github/workflows/run-checks.yml
vendored
2
.github/workflows/run-checks.yml
vendored
@@ -29,6 +29,6 @@ jobs:
|
||||
java-version: ${{ inputs.JAVA_VERSION }}
|
||||
cache: 'gradle'
|
||||
- name: Run Gradle build
|
||||
run: ./gradlew build
|
||||
run: ./gradlew build -x testIntegration
|
||||
|
||||
# todo add sarif upload
|
||||
|
||||
Reference in New Issue
Block a user