Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
62/fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Aug 2, 2018
1 parent 9c57e6b commit 2f096fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
command: gcloud auth activate-service-account --key-file ${HOME}/client-secret.json
- run:
name: Run instrumented test on Firebase Test Lab
command: gcloud firebase test android run --type instrumentation --app example/build/outputs/apk/debug/example-debug.apk --test blockstack-sd/build/outputs/apk/androidTest/debug/blockstack-sdk-debug-androidTest.apk --timeout 5m
command: gcloud firebase test android run --type instrumentation --app example/build/outputs/apk/debug/example-debug.apk --test blockstack-sdk/build/outputs/apk/androidTest/debug/blockstack-sdk-debug-androidTest.apk --timeout 5m
- store_artifacts:
path: blockstack-sdk/build/reports
destination: reports
Expand Down

0 comments on commit 2f096fc

Please sign in to comment.