mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
Updated config.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user