Skip to content

Commit 4c4efbf

Browse files
authored
Merge pull request #7 from mikepenz/feature/cleanup_readme
Cleanup readme
2 parents a15abab + 232aae1 commit 4c4efbf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
check_name: Example Pytest Report
26-
report_paths: python/report.xml
26+
report_paths: test_results/python/report.xml
2727
- name: Install NPM
2828
run: |
2929
npm install

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
5656
```
5757
58-
### Note
59-
60-
Forked from: https://github.com/ScaCap/action-surefire-report
61-
6258
## Sample
6359
6460
![Screenshot](./screenshot.png)

0 commit comments

Comments
 (0)