Skip to content

Commit e7fb8d4

Browse files
committed
Test summary alternative
1 parent f915b50 commit e7fb8d4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ jobs:
3333
${{ runner.os }}-m2-
3434
3535
- 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
36+
run: mvn -B clean verify | tee mvn-output.log

0 commit comments

Comments
 (0)