File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
java-version : ' openjdk8'
22
22
- name : Build with Maven
23
- run : mvn -B clean install
23
+ run : mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10
24
24
25
25
build_java11 :
26
26
runs-on : ubuntu-latest
31
31
with :
32
32
java-version : ' openjdk11'
33
33
- name : Build with Maven
34
- run : mvn -B clean install
34
+ run : mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10
35
35
36
36
37
37
Original file line number Diff line number Diff line change 202
202
<version >${version.surefire.plugin} </version >
203
203
<configuration >
204
204
<groups >${test.categories} </groups >
205
- <redirectTestOutputToFile >true </redirectTestOutputToFile >
205
+ <redirectTestOutputToFile >false </redirectTestOutputToFile >
206
206
</configuration >
207
207
</plugin >
208
208
<!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
You can’t perform that action at this time.
0 commit comments