We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb8d4 commit c824582Copy full SHA for c824582
.github/workflows/ci-pipeline.yml
@@ -33,4 +33,7 @@ jobs:
33
${{ runner.os }}-m2-
34
35
- name: Build and Run Unit Tests
36
- run: mvn -B clean verify | tee mvn-output.log
+ run: |
37
+ set -o pipefail
38
+ export MAVEN_OPTS="-Djansi.force=true"
39
+ mvn -B clean verify | tee /dev/stdout
0 commit comments