test report
This commit is contained in:
parent
2d425efdef
commit
4564fe8a2d
2 changed files with 8 additions and 0 deletions
|
@ -86,3 +86,6 @@ ij_kotlin_import_nested_classes = false
|
|||
|
||||
[*.patch]
|
||||
trim_trailing_whitespace=false
|
||||
|
||||
[*.patch]
|
||||
trim_trailing_whitespace=false
|
||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -20,3 +20,8 @@ jobs:
|
|||
uses: gradle/gradle-build-action@v2
|
||||
- name: Execute Gradle build
|
||||
run: ./gradlew build --no-daemon --stacktrace
|
||||
- name: Publish Test Report
|
||||
uses: mikepenz/action-junit-report@v4
|
||||
if: success() || failure()
|
||||
with:
|
||||
report_paths: '**/build/test-results/test/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue