Skip to content

Commit

Permalink
Add overall success flag for the cloud test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Nov 30, 2023
1 parent 4df0565 commit 1a374f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ for d in ss*; do
done
echo ans is $ans

# Set the test status. This is parsed after the build is downloaded.
echo test_status $ans >> $reportFile

if [ "$ans" -eq 0 ]; then
echo "All tests passed"
else
Expand Down

0 comments on commit 1a374f2

Please sign in to comment.