Skip to content

Commit

Permalink
fixup! polish message
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 18, 2024
1 parent 7095320 commit c0b0261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
if [[ "$expected_value" != "$output_value" ]];then
failure="true"
echo "ERROR: $o - expected_value ($expected_value) != output_value ($output_value)"
else
echo "$o is fine ($expected_value)"
fi
done
if [ "$failure" = "true" ]; then
Expand Down Expand Up @@ -144,6 +146,8 @@ jobs:
if [[ "$expected_value" != "$output_value" ]];then
failure="true"
echo "ERROR: $o - expected_value ($expected_value) != output_value ($output_value)"
else
echo "$o is fine ($expected_value)"
fi
done
if [ "$failure" = "true" ]; then
Expand Down

0 comments on commit c0b0261

Please sign in to comment.