CI - Fixes name in test reports

pull/268/head
Jose Alcérreca 3 years ago committed by GitHub
parent ba309981ef
commit 6184de1476
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