Skip to content

Commit d87d8e8

Browse files
fix: add variable naming to test results artifact
1 parent e69005d commit d87d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: always()
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: junit-test-results
44+
name: ${{ matrix.service }}-junit-test-results
4545
path: |
4646
server/${{ matrix.service }}/build/test-results
4747
server/${{ matrix.service }}/build/reports/tests

0 commit comments

Comments
 (0)