We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f915b50 commit e7fb8d4Copy full SHA for e7fb8d4
1 file changed
.github/workflows/ci-pipeline.yml
@@ -33,8 +33,4 @@ jobs:
33
${{ runner.os }}-m2-
34
35
- name: Build and Run Unit Tests
36
- run: mvn clean verify
37
-
38
- - name: Show summary of test results
39
- run: |
40
- echo "## ✅ Build and Unit Tests Passed" >> $GITHUB_STEP_SUMMARY
+ run: mvn -B clean verify | tee mvn-output.log
0 commit comments