Skip to content

Commit

Permalink
remove force print error summary
Browse files Browse the repository at this point in the history
Removed force print error summary in quality-check.yml since default GitHub Action console could not accommodate the size of error/warning summary. Partial error message can be seen in Run Quality Check
  • Loading branch information
Phikho-cc committed Oct 19, 2024
1 parent 238cfd6 commit 9cc5622
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
name: check-quality-summary
path: ./check_quality_summary.txt

- name: Print Errors and Warnings Summary
if: always()
run: cat ./check_quality_summary.txt

- name: Fail on Errors
if: steps.quality_check.outcome == 'failure'
run: |
Expand Down

0 comments on commit 9cc5622

Please sign in to comment.