Skip to content
Snippets Groups Projects
Unverified Commit b8f8b83f authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files
parent 0fdd78c4
No related branches found
No related tags found
No related merge requests found
......@@ -493,11 +493,13 @@ jobs:
- run:
name: Create directory to store test results
command: mkdir firebase-results
when: always
- run:
name: Install gsutil dependency and copy test results data
command: |
sudo pip install -U crcmod
sudo gsutil -m cp -R -U gs://${GOOGLE_PROJECT_ID}-circleci-android/${BUCKETDIR}/flame* firebase-results
when: always
- store_test_results:
path: ./firebase-results/flame-29-de_DE-portrait
- compress-path:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment