Skip to content

Commit

Permalink
Tip for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jmisur authored Jul 10, 2020
1 parent 231df80 commit acc620b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,15 @@ jobs:
uses: scacap/action-surefire-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
```
## Tips for Gradle
Use junit report inside test block of gradle config:
```
reports {
junitXml.isEnabled = true
}
```

and set `report_paths: '**/build/test-results/test/TEST-*.xml'`

0 comments on commit acc620b

Please sign in to comment.