Skip to content

Commit

Permalink
chore(ci): fix release check task
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Nov 21, 2023
1 parent 9dcd7bf commit 275ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Check
run: ./gradlew hostOnlyTest
run: ./gradlew check
shell: bash
- name: Check Android
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #v2.28.0
Expand Down

0 comments on commit 275ab28

Please sign in to comment.