Skip to content

Commit 1594c50

Browse files
authored
Release 3.0.0-beta.0 (#802)
1 parent 9fb7369 commit 1594c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rl-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Set up Gradle
4343
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4444

45-
- name: Test and Assemble and ApiDiff with Gradle
46-
run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain
45+
- name: Test and Assemble with Gradle
46+
run: ./gradlew assemble check --continue --console=plain
4747

4848
- id: get_version
4949
uses: ./.github/actions/get-version

0 commit comments

Comments
 (0)