Skip to content

Commit

Permalink
Only build debug instead of all flavors and build type permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
calren authored Jul 24, 2024
1 parent bc6a0de commit 93f78dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Check lint
run: ./gradlew lintDebug

- name: Build all build type and flavor permutations
run: ./gradlew assemble
- name: Build debug
run: ./gradlew assembleDebug

- name: Run local tests
run: ./gradlew testDebug
Expand Down

0 comments on commit 93f78dc

Please sign in to comment.