Skip to content

Commit 12eaf18

Browse files
authored
Update android.yml
1 parent 2b9031f commit 12eaf18

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25-
- name: Build with Gradle
26-
run: ./gradlew build
27-
28-
- name: Build Android project
29-
uses: vgaidarji/android-github-actions-build@v1.0.1
30-
with:
31-
args: "./gradlew assembleRelease"
25+
- name: Run unit tests
26+
run: ./gradlew test
3227

0 commit comments

Comments
 (0)