CI - Fixes name in test reports (#268)

pull/1837/head
Jose Alcérreca 3 years ago committed by GitHub
parent f556fed0ef
commit 9fc2632b8b

@ -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