Skip to content

Commit

Permalink
fix: CI exits with test exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed May 6, 2024
1 parent 973b318 commit 2fe5914
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sleep 10

echo "\nVerifying Tasks sent & accepted"

output=$(go test tests/verify_test.go -v)
echo $output
go test tests/verify_test.go -v
passed=$?

## Crashes the CI, only run locally
if [ "$LOCAL" != "" ]; then
Expand All @@ -42,3 +42,4 @@ if [ "$LOCAL" != "" ]; then
kill ${OPERATOR_PID}
fi

exit $passed

0 comments on commit 2fe5914

Please sign in to comment.