Skip to content

Commit

Permalink
Move demo unit tests to common test step
Browse files Browse the repository at this point in the history
  • Loading branch information
speekha committed Oct 30, 2021
1 parent ccd6e7f commit 5dcc70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- restore_all_caches
- run:
name: Tests
command: ./gradlew --no-daemon tests:test demo:testOkhttpReleaseUnitTest demo:testKtorReleaseUnitTest tests:jacocoTestReport tests:sendCoverageToCodacy --stacktrace
command: ./gradlew --no-daemon tests:test demo:testOkhttpReleaseUnitTest demo:testKtorReleaseUnitTest tests:jacocoTestReport sendCoverageToCodacy --stacktrace
- store_artifacts:
path: tests/build/reports
destination: reports
Expand Down
2 changes: 1 addition & 1 deletion demo/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
-keepclassmembers class fr.speekha.httpmocker.kotlinx.** {
*** Companion;
}
-keepclasseswithmembers fr.speekha.httpmocker.kotlinx.** {
-keepclasseswithmembers class fr.speekha.httpmocker.kotlinx.** {
kotlinx.serialization.KSerializer serializer(...);
}

0 comments on commit 5dcc70b

Please sign in to comment.