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 81b1084 commit 0475e53
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 @@ -46,8 +46,8 @@ jobs:
run: |
tr '\r' '\n' < output-dev.txt > old.txt
tr '\r' '\n' < output-pr.txt > new.txt
tail -n +53 old.txt
tail -n +53 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
{
echo "TEST_RESULTS<<EOF"
diff -u old.txt new.txt || true
Expand Down

0 comments on commit 0475e53

Please sign in to comment.