Skip to content

Commit

Permalink
cleaner output
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Sep 11, 2023
1 parent 059602e commit 874a766
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-kubo-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,10 @@ jobs:
TARGET: ${{ matrix.target }}
run: |
echo "Results against Kubo ${{ matrix.target }}:" > comment.md
echo "(check the action's summary for the full results)" >> comment.md
# Strip everything after the results table
cat output.md | sed '/Failures\/Errors/,$d' >> comment.md
cat >> comment.md <<EOF
Check the action's summary for the full results.
EOF
- name: Find latest comment
id: find-comment
if: github.event.pull_request
Expand Down

0 comments on commit 874a766

Please sign in to comment.