Skip to content

Commit

Permalink
Catch more error in BrowserStack
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Feb 4, 2025
1 parent f098ff8 commit b2217e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts/browserstack-app-automate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ check_build_status() {
elif [[ "$status" == "failed" ]]; then
echo "Build failed."
exit 1
elif [[ "$status" == "error" ]]; then
echo "Build has error."
exit 9
fi
}

Expand Down

0 comments on commit b2217e2

Please sign in to comment.