diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 1455774e..810c5277 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -42,8 +42,8 @@ jobs: - name: Set up Gradle uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 - - name: Test and Assemble and ApiDiff with Gradle - run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain + - name: Test and Assemble with Gradle + run: ./gradlew assemble check --continue --console=plain - id: get_version uses: ./.github/actions/get-version