Skip to content

Commit

Permalink
test(ci): use gradle directly vs deprecated gradle-build-action
Browse files Browse the repository at this point in the history
we have already converted to setup-gradle, which means that direct
gradle usage should now be fully configured, and using gradle directly
is the recommended style after using setup-gradle
  • Loading branch information
mikehardy committed Oct 11, 2024
1 parent d8df61a commit d68710b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ jobs:
run: ./check-rust.bat

- name: Run tests (Unit)
uses: gradle/gradle-build-action@v3
with:
arguments: test rsdroid:lint --daemon
run: ./gradlew test rsdroid:lint --daemon

- name: Run tests (Emulator)
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit d68710b

Please sign in to comment.