Skip to content

Commit

Permalink
try1
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Feb 23, 2024
1 parent 0b17625 commit 66c96b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,8 @@ jobs:

- name: Get diff for review
run: |
hd review_base | head
unzip review_base
unzip review_head
ls -alt . #dbg
if diff --color=always review_base.txt review_head.txt &>review_diff.txt; then
ls -alt . review_base review_head
if diff --color=always review_base/review_base.txt review_head/review_head.txt &>review_diff.txt; then
# avoid failure in diff
echo "No difference was found"
fi
Expand Down

0 comments on commit 66c96b2

Please sign in to comment.