Redirect test output to file in order for the test output to be visible on gitea
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m28s
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m28s
This commit is contained in:
parent
e27eb3a3fe
commit
2d9094ec4e
2
pom.xml
2
pom.xml
@ -63,6 +63,8 @@ http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<reportsDirectory>${project.build.directory}/test-reports</reportsDirectory>
|
||||
<argLine>--enable-preview</argLine>
|
||||
<excludes>
|
||||
<exclude>**/JavaTXCompilerTest.java</exclude>
|
||||
|
Loading…
Reference in New Issue
Block a user