We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a15abab + 232aae1 commit 4c4efbfCopy full SHA for 4c4efbf
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
check_name: Example Pytest Report
26
- report_paths: python/report.xml
+ report_paths: test_results/python/report.xml
27
- name: Install NPM
28
run: |
29
npm install
README.md
@@ -55,10 +55,6 @@ jobs:
55
github_token: ${{ secrets.GITHUB_TOKEN }}
56
```
57
58
-### Note
59
-
60
-Forked from: https://github.com/ScaCap/action-surefire-report
61
62
## Sample
63
64

0 commit comments