From 5a0a5412aac49004d58aca7cc11961f8681166ef Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Wed, 15 Mar 2023 12:35:22 +0000 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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