diff --git a/.circleci/config.yml b/.circleci/config.yml index 2965151..f8bcc8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,12 +53,18 @@ jobs: post-emulator-launch-assemble-command: ./gradlew assembleDriverDebugAndroidTest test-command: ./gradlew connectedDriverDebugAndroidTest system-image: system-images;android-25;google_apis;x86 - # And finally run the release build # - run: # name: Assemble release build # command: | # ./gradlew assembleDriverRelease + # Then publish the artifacts of the Instrumentation tests! + - store_artifacts: + path: app/build/reports/androidTests/connected + destination: reports + # Then publish the results of the Instrumentation tests! + - store_test_results: + path: app/build/outputs/androidTest-results/connected # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows