Skip to content

Commit 36f1b97

Browse files
authored
Create friendly test report (#1087)
1 parent ee76cc7 commit 36f1b97

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
run: ./gradlew build --info --init-script init.gradle
2929
- name: integration tests
3030
run: ./gradlew integrationtest --info --init-script init.gradle
31+
- name: Publish Test Report
32+
uses: mikepenz/action-junit-report@v5
33+
if: success() || failure() # always run even if the previous step fails
34+
with:
35+
annotate_only: true
36+
include_passed: true
37+
report_paths: '**/test/TEST-*.xml'
3138
build-docker-image:
3239
runs-on: ubuntu-latest
3340
steps:

0 commit comments

Comments
 (0)