Skip to content

Commit 7b86a49

Browse files
Customize test results title
1 parent feb99d0 commit 7b86a49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
if: always()
5656
uses: EnricoMi/publish-unit-test-result-action@v2
5757
with:
58-
files: tests/python/junit-*.xml
58+
files: tests/python/junit-${{ matrix.python-version }}.xml
59+
comment_title: Python ${{ matrix.python-version }} Test Results

0 commit comments

Comments
 (0)