Skip to content
Snippets Groups Projects
Commit 80bc1cd7 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

ci: output 100 failure summary lines instead of 50

parent 78994deb
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ jobs:
run: |
echo '# Complement diff results' >> $GITHUB_STEP_SUMMARY
echo '```diff' >> $GITHUB_STEP_SUMMARY
tail -n 50 complement_test_output.log | sed 's/\x1b\[[0-9;]*m//g' >> $GITHUB_STEP_SUMMARY
tail -n 100 complement_test_output.log | sed 's/\x1b\[[0-9;]*m//g' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
- name: Update Job Summary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment