Skip to content

Commit

Permalink
Merge pull request #352 from Mause/Mause-patch-1
Browse files Browse the repository at this point in the history
chore: update test result uploader config
  • Loading branch information
Mause authored Aug 5, 2022
2 parents efea93c + 7b89f2a commit 23d591f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: pull_request
permissions:
checks: write
issues: write
pull-requests: write

jobs:
build_backend:
Expand Down Expand Up @@ -50,4 +51,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: results.xml
junit_files: results.xml

0 comments on commit 23d591f

Please sign in to comment.