Skip to content

Commit 0fcb6ff

Browse files
authored
Unique test result name for each target (#17563)
1 parent af01b39 commit 0fcb6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
if: always()
262262
uses: actions/upload-artifact@v4
263263
with:
264-
name: test-results
264+
name: test-results-${{ inputs.target }}
265265
path: "${{ env.TEST_RESULTS_BASE_DIR }}"
266266

267267
- name: Upload coverage data

0 commit comments

Comments
 (0)