Skip to content

Commit

Permalink
[Fix] Only assembleDebug and lintVitalRelease for Android CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 2, 2019
1 parent 7d3b9b0 commit 86e6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew assembleDebug lintVitalRelease

0 comments on commit 86e6b77

Please sign in to comment.