Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 6e50530

Browse files
committed
chore(workflow): set unique names for android test report artifacts
1 parent a5a2a97 commit 6e50530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
if: ${{ always() }}
218218
uses: actions/upload-artifact@v3
219219
with:
220-
name: test-results-unit-tests
220+
name: test-results-android-tests-${{ matrix.api-level }}-${{ matrix.target }}
221221
path: '**/build/reports/androidTests/'
222222

223223
publish:

0 commit comments

Comments
 (0)