Skip to content

Commit

Permalink
test(Git Hub Actions): comment out exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Lombardo committed May 22, 2024
1 parent 8fb5602 commit 2c45282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
if [ -n "$lingering_sockets" ]; then
echo "Unexpected lingering sockets found:"
echo "$lingering_sockets"
exit 1
# exit 1
else
echo "No lingering sockets found."
Expand Down

0 comments on commit 2c45282

Please sign in to comment.