Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
added assemble step.
  • Loading branch information
iamjosephmj authored Jun 24, 2024
1 parent dc5b7bb commit a130498
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Assemble
run: ./gradlew assembleDebug

- name: Run Lint
run: ./gradlew app:lint

- name: Run Tests
run: ./gradlew :flinger:testDebugUnitTest

0 comments on commit a130498

Please sign in to comment.