Commit 86aa970 1 parent 06d662b commit 86aa970 Copy full SHA for 86aa970
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 95
95
- name : Test
96
96
if : matrix.target-platform == 'JS' && matrix.scala-version == '3'
97
97
run : sbt $SBT_JAVA_OPTS catsJS3/test circeJsonJS3/test clientCoreJS3/test clientTestsJS3/test coreJS3/test jsoniterScalaJS3/test openapiDocsJS3/test redocJS3/test serverCoreJS3/test sttpClientJS3/test testingJS3/test testsJS3/test uPickleJsonJS3/test zioJsonJS3/test
98
+ - name : Test Report
99
+ uses : dorny/test-reporter@v1
100
+ if : success() || failure() # run regardless previous step succeeded or failed
101
+ with :
102
+ name : ' Tests results (${{ matrix.scala-version }}, ${{ matrix.target-platform }}, ${{ matrix.java }})'
103
+ path : ' **/test-reports/TEST*.xml'
104
+ reporter : java-junit
98
105
- name : Prepare release notes
99
106
uses : release-drafter/release-drafter@v5
100
107
with :
You can’t perform that action at this time.
0 commit comments