CI - Fixes name in test reports (#268)

pull/208/head
Jose Alcérreca 2 years ago committed by GitHub
parent ecded39925
commit 61a03f3d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,5 +96,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test-reports
name: test-reports-${{ matrix.api-level }}
path: '*/build/reports/androidTests'

Loading…
Cancel
Save