Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
id27182 committed Jan 7, 2024
1 parent 35e36b1 commit 286fb7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
echo "checking the test log:"
cat log.txt
errors=$(cat log.txt | grep "^Error")
if [ -n "$errors" ]; then echo $errors && exit 1; fi
if [ -n "$errors" ]
echo "errors found: "
then echo $errors
exit 1
fi

0 comments on commit 286fb7a

Please sign in to comment.