Skip to content

Commit 8133925

Browse files
committed
more surefire/failsafe debug
1 parent 901c55f commit 8133925

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,9 @@
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>

0 commit comments

Comments
 (0)