Skip to content

Commit

Permalink
Update AndroidBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalu-wins authored Sep 3, 2024
1 parent 7073f27 commit 0f4a74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
java-version: 17
distribution: corretto

- name: Grant execute permission for Gradle
run: chmod +x ./gradlew

# Run unit tests
- name: Unit Test
run: ./gradlew testDebugUnitTest
Expand Down

0 comments on commit 0f4a74e

Please sign in to comment.