File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8484 - name : Debug Test Case
8585 env :
8686 CI_env : GithubAction
87- run : mvn install -Dtest=${{env.debugTestName}} -Dsurefire.failIfNoSpecifiedTests=false -DredirectTestOutputToFile=false
87+ run : mvn -B install -Dtest=${{env.debugTestName}} -Dsurefire.failIfNoSpecifiedTests=false -DredirectTestOutputToFile=false
8888
8989 full-build-base :
9090 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 936936 <version >3.5.4</version >
937937 <configuration >
938938 <forkCount >1</forkCount >
939- <redirectTestOutputToFile >true </redirectTestOutputToFile >
939+ <redirectTestOutputToFile >${redirectTestOutputToFile} </redirectTestOutputToFile >
940940 <rerunFailingTestsCount >2</rerunFailingTestsCount >
941+ <trimStackTrace >false</trimStackTrace >
941942 <argLine >@{argLine} -ea -Xms1024m -Xmx4096m -Djdk.attach.allowAttachSelf=true -Duser.language=en -Duser.country=GB ${addOpens} </argLine >
942943 <runOrder >alphabetical</runOrder >
943944 </configuration >
You can’t perform that action at this time.
0 commit comments