Skip to content

Commit

Permalink
ci: Change unit test task to testDebugUnitTest (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodhalil committed Oct 18, 2023
1 parent e5ff706 commit 110c4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
key-prefix: gradle-test
- name: Unit tests
run: ./gradlew :data:local:test
run: ./gradlew testDebugUnitTest
- name: Upload test results
uses: actions/upload-artifact@v3.1.0
if: failure()
Expand Down

This file was deleted.

0 comments on commit 110c4c4

Please # to comment.