android circleci pipeline publish results test

This commit is contained in:
2023-02-25 21:05:12 +00:00
parent c2128e2d32
commit b7b56ff3b4
3 changed files with 20 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ jobs:
test-command: ./gradlew connectedCheck
system-image: system-images;android-25;google_apis;x86
# Then publish the results of the Instrumentation tests!
- store_artifacts:
path: app/build/reports
destination: reports
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows: