Skip to content

Commit

Permalink
Add exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 1, 2024
1 parent 96f4f73 commit a4bc94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
set -e
if docker exec antmedia curl -f https://${{ secrets.CI_SSL_TEST_DOMAIN }}:5443; then
echo "Endpoint is reachable."
exit 1
else
echo "Endpoint is not reachable, but continuing workflow."
fi
Expand Down

0 comments on commit a4bc94a

Please sign in to comment.