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