Skip to content

Commit 195af96

Browse files
Merge pull request #1349 from Mause/Mause-patch-4
build: fix deprecated field name
2 parents a79b169 + f8e8d63 commit 195af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: EnricoMi/publish-unit-test-result-action@v2
3232
if: always()
3333
with:
34-
junit_files: results.xml
34+
files: results.xml
3535
comment_mode: off
3636
check_name: "Test Results - ${{ join(matrix.*, ', ') }}"
3737
- uses: codecov/[email protected]

0 commit comments

Comments
 (0)