Skip to content

Commit

Permalink
add test step.
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoz committed Jun 21, 2024
1 parent 8d4edad commit 86e2fc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Lint
name: Android CI

on:
pull_request:
Expand All @@ -24,4 +24,7 @@ jobs:
run: chmod +x ./gradlew

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

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

This file was deleted.

0 comments on commit 86e2fc7

Please sign in to comment.