Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjosephmj authored Jun 24, 2024
1 parent a130498 commit 9b8dc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Assemble
run: ./gradlew assembleDebug

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

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

0 comments on commit 9b8dc21

Please sign in to comment.