Skip to content

Commit

Permalink
Only run unit tests for pure + debug variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Sep 9, 2021
1 parent fc76846 commit 071a413
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/assemble-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Assemble Debug Variant
run: ./gradlew assembleDebug

- name: Run Tests
run: ./gradlew :app:test
# Note: Currently no difference between flavors or debug and release
- name: Run Unit Tests
run: ./gradlew :app:testPureDebugUnitTest

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit 071a413

Please sign in to comment.