8000 Removed surefire print · AuthorizeNet/sdk-java@7d2c0e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2c0e7

Browse files
committed
Removed surefire print
1 parent 72657b1 commit 7d2c0e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/java-workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,4 @@ jobs:
7070
cd ../$sample_code_java
7171
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
7272
echo "Running Samples"
73-
mvn test -DsdkVersion=$SDK_VERSION -B
74-
75-
cd ..
76-
./print_surefire_reports.sh
73+
mvn test -DsdkVersion=$SDK_VERSION -B

0 commit comments

Comments
 (0)
0