50
50
- name : Scala 2.12 test
51
51
run : ./sbt "++2.12; projectJVM/test"
52
52
- name : Publish Test Report
53
- uses : mikepenz/action-junit-report@v3
53
+ uses : mikepenz/action-junit-report@v4
54
54
if : always() # always run even if the previous step fails
55
55
with :
56
56
report_paths : ' **/target/test-reports/TEST-*.xml'
69
69
- name : Scala 2.13 test
70
70
run : ./sbt "++2.13; projectJVM/test"
71
71
- name : Publish Test Report
72
- uses : mikepenz/action-junit-report@v3
72
+ uses : mikepenz/action-junit-report@v4
73
73
if : always() # always run even if the previous step fails
74
74
with :
75
75
report_paths : ' **/target/test-reports/TEST-*.xml'
88
88
- name : Scala 2.13 + JDK11 test
89
89
run : ./sbt ++2.13 projectJVM/test
90
90
- name : Publish Test Report
91
- uses : mikepenz/action-junit-report@v3
91
+ uses : mikepenz/action-junit-report@v4
92
92
if : always() # always run even if the previous step fails
93
93
with :
94
94
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Scala 2.13 + JDK21 test
108
108
run : ./sbt ++2.13 projectJVM/test
109
109
- name : Publish Test Report
110
- uses : mikepenz/action-junit-report@v3
110
+ uses : mikepenz/action-junit-report@v4
111
111
if : always() # always run even if the previous step fails
112
112
with :
113
113
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -127,7 +127,7 @@ jobs:
127
127
# Test only Scala 3 supported projects
128
128
run : ./sbt "++ 3; projectDotty/test; dottyTest/run"
129
129
- name : Publish Test Report
130
- uses : mikepenz/action-junit-report@v3
130
+ uses : mikepenz/action-junit-report@v4
131
131
if : always() # always run even if the previous step fails
132
132
with :
133
133
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -146,7 +146,7 @@ jobs:
146
146
- name : Scala 3 integration test
147
147
run : ./sbt "++ 3; integrationTest/test"
148
148
- name : Publish Test Report
149
- uses : mikepenz/action-junit-report@v3
149
+ uses : mikepenz/action-junit-report@v4
150
150
if : always() # always run even if the previous step fails
151
151
with :
152
152
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -170,7 +170,7 @@ jobs:
170
170
- name : Scala.js test
171
171
run : JVM_OPTS=-Xmx4g ./sbt "++ 2.12; projectJS/test"
172
172
- name : Publish Test Report
173
- uses : mikepenz/action-junit-report@v3
173
+ uses : mikepenz/action-junit-report@v4
174
174
if : always() # always run even if the previous step fails
175
175
with :
176
176
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -194,7 +194,7 @@ jobs:
194
194
- name : Scala.js test
195
195
run : JVM_OPTS=-Xmx4g ./sbt "++ 2.13; projectJS/test"
196
196
- name : Publish Test Report
197
- uses : mikepenz/action-junit-report@v3
197
+ uses : mikepenz/action-junit-report@v4
198
198
if : always() # always run even if the previous step fails
199
199
with :
200
200
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -218,7 +218,7 @@ jobs:
218
218
- name : Scala.js test
219
219
run : JVM_OPTS=-Xmx4g ./sbt "++ 3; projectJS/test"
220
220
- name : Publish Test Report
221
- uses : mikepenz/action-junit-report@v3
221
+ uses : mikepenz/action-junit-report@v4
222
222
if : always() # always run even if the previous step fails
223
223
with :
224
224
report_paths : ' **/target/test-reports/TEST-*.xml'
@@ -238,7 +238,7 @@ jobs:
238
238
run : ../sbt "++airspecJVM/test; ++airspecJS/test"
239
239
working-directory : ./airspec
240
240
- name : Publish Test Report
241
- uses : mikepenz/action-junit-report@v3
241
+ uses : mikepenz/action-junit-report@v4
242
242
if : always() # always run even if the previous step fails
243
243
with :
244
244
report_paths : ' **/target/test-reports/TEST-*.xml'
0 commit comments