File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,11 @@ include::partial$example/javalib/testing/3-integration-suite.adoc[]
2020
2121== Test Grouping
2222
23- include::partial$example/javalib/testing/4-test-grouping.adoc[]
23+ include::partial$example/javalib/testing/4-test-grouping.adoc[]
24+
25+
26+ == Github Actions Test Reports
27+
28+ If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
29+ your pipeline to render the generated `test-report.xml` files nicely on Github. See
30+ https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration
Original file line number Diff line number Diff line change @@ -20,4 +20,11 @@ include::partial$example/kotlinlib/testing/3-integration-suite.adoc[]
2020
2121== Test Grouping
2222
23- include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]
23+ include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]
24+
25+
26+ == Github Actions Test Reports
27+
28+ If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
29+ your pipeline to render the generated `test-report.xml` files nicely on Github. See
30+ https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration
Original file line number Diff line number Diff line change @@ -20,4 +20,10 @@ include::partial$example/scalalib/testing/3-integration-suite.adoc[]
2020
2121== Test Grouping
2222
23- include::partial$example/scalalib/testing/4-test-grouping.adoc[]
23+ include::partial$example/scalalib/testing/4-test-grouping.adoc[]
24+
25+ == Github Actions Test Reports
26+
27+ If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
28+ your pipeline to render the generated `test-report.xml` files nicely on Github. See
29+ https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration
You can’t perform that action at this time.
0 commit comments