Skip to content

Commit

Permalink
Add copy files from Download to instrumentation_results dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Jan 19, 2024
1 parent 6a43c47 commit ffaf8de
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
run: |-
mkdir "app/build/test-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"
- name: Upload tests results
if: always()
Expand All @@ -161,21 +162,6 @@ jobs:
*/build/test-results/**
retention-days: 5

- name: Download instrumentation test results from Firebase Test Lab
if: always()
run: |-
mkdir "app/build/test-results"
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.xml"
- name: Upload instrumentation tests results
if: always()
uses: actions/upload-artifact@v3
with:
name: instrumentation-test-results
path: |
*/build/test-results/**
retention-days: 5

test-license-headers:
name: Ensure license headers are added
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ffaf8de

Please sign in to comment.