Skip to content

Commit

Permalink
only save summary on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Feb 27, 2024
1 parent adc2c5f commit db88333
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:

- name: Check Feeds
run: bundle exec rake test
continue-on-error: true

- name: Save Job Summary
if: ${{ hashFiles('error-summary.md') != '' }}
if: failure()
run: cat error-summary.md >> $GITHUB_STEP_SUMMARY

- name: Set Status
if: ${{ failure() }}
run: exit 1

0 comments on commit db88333

Please sign in to comment.