[CI] Fixes instr test report artifacts

ci-test-reports
Jose Alcérreca 2 years ago committed by GitHub
parent 4a0fbf99b2
commit d4bb5b7a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,4 +95,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-reports
path: '*/build/reports/androidTests'
path: '**/build/reports/androidTests'
- name: Run instrumentation tests

Loading…
Cancel
Save