Skip to content

Commit

Permalink
Add create instrumentation_results.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Jan 19, 2024
1 parent ffaf8de commit e48426b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
if: always()
run: |-
mkdir "app/build/test-results"
mkdir "app/build/test-results/instrumentation_results"
gsutil cp -r "gs://${{ steps.generate-dir.outputs.bucket }}/${{ steps.generate-dir.outputs.results_dir }}/Pixel2.arm-33-en-portrait/test_result_1.xml" "app/build/test-results/results.xml"
gsutil cp -r "gs://${{ steps.generate-dir.outputs.bucket }}/${{ steps.generate-dir.outputs.results_dir }}/Pixel2.arm-33-en-portrait/artifacts/sdcard/Download" "app/build/test-results/instrumentation_results"
Expand Down

0 comments on commit e48426b

Please sign in to comment.