Skip to content

Commit c824582

Browse files
committed
Test summary alternative
1 parent e7fb8d4 commit c824582

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
${{ runner.os }}-m2-
3434
3535
- name: Build and Run Unit Tests
36-
run: mvn -B clean verify | tee mvn-output.log
36+
run: |
37+
set -o pipefail
38+
export MAVEN_OPTS="-Djansi.force=true"
39+
mvn -B clean verify | tee /dev/stdout

0 commit comments

Comments
 (0)