Skip to content

Commit

Permalink
testing github step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 25, 2024
1 parent 337a153 commit 45924bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
tr '\r' '\n' < output-pr.txt > new.txt
tail -n +53 old.txt > tmp.txt && mv tmp.txt old.txt
tail -n +53 new.txt > tmp.txt && mv tmp.txt new.txt
sed -n '/=============/q;p' old.txt
sed -n '/=============/q;p' new.txt
sed -i -n '/======================================================================/q;p' old.txt
sed -i -n '/======================================================================/q;p' new.txt
{
echo "TEST_RESULTS<<EOF"
diff -u old.txt new.txt || true
Expand Down

0 comments on commit 45924bd

Please sign in to comment.