We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb7369 commit 1594c50Copy full SHA for 1594c50
.github/workflows/rl-scanner.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Set up Gradle
43
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
44
45
- - name: Test and Assemble and ApiDiff with Gradle
46
- run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain
+ - name: Test and Assemble with Gradle
+ run: ./gradlew assemble check --continue --console=plain
47
48
- id: get_version
49
uses: ./.github/actions/get-version
0 commit comments