Skip to content

Commit

Permalink
test(Git Hub Actions): remove exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Lombardo committed May 22, 2024
1 parent fb0eaa3 commit 8fb5602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/webserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
listening_sockets=$(lsof -iTCP -sTCP:LISTEN -nP | grep 'webserv')
if [ -z "$listening_sockets" ]; then
echo "Expected listening sockets are not open."
exit 1
else
echo "Listening sockets are correctly open:"
echo "$listening_sockets"
Expand Down

0 comments on commit 8fb5602

Please sign in to comment.