We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb22a18 commit 10a26f1Copy full SHA for 10a26f1
1 file changed
.github/workflows/ci-pipeline.yml
@@ -34,6 +34,4 @@ jobs:
34
35
- name: Build and Run Unit Tests
36
run: |
37
- export MAVEN_OPTS="-Djansi.force=true"
38
- mvn -B clean verify -X | tee mvn-output.log
39
- cat mvn-output.log
+ mvn -B clean verify
0 commit comments