Updated config.yml

This commit is contained in:
2023-03-15 12:35:22 +00:00
parent 68ae279422
commit 5a0a5412aa

View File

@@ -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