Skip to content

Commit

Permalink
chore: update mockk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber committed Apr 1, 2024
1 parent e5ca910 commit 3d15680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build --warning-mode=all --stacktrace
# Execute unit tests
- name: Unit Test
run: ./gradlew testDebugUnitTest -i
run: ./gradlew testDebugUnitTest
- name: Android Test Report
uses: asadmansr/[email protected]
if: ${{ always() }} # IMPORTANT: run Android Test Report regardless
2 changes: 1 addition & 1 deletion android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ext {
junit_version = "5.8.2"
mockito_core_version = '4.6.1'
mockito_inline_version = '2.13.0'
mockk_version = '1.12.4'
mockk_version = '1.13.10'
hamcrest_version = "2.2"
okhttp_version = "4.9.3"

Expand Down

0 comments on commit 3d15680

Please sign in to comment.