Skip to content

Commit

Permalink
Removed surefire print
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 11, 2024
1 parent 72657b1 commit 7d2c0e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/java-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,4 @@ jobs:
cd ../$sample_code_java
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
echo "Running Samples"
mvn test -DsdkVersion=$SDK_VERSION -B
cd ..
./print_surefire_reports.sh
mvn test -DsdkVersion=$SDK_VERSION -B

0 comments on commit 7d2c0e7

Please sign in to comment.