Skip to content

Commit

Permalink
Could not make it work.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 19, 2024
1 parent 98a96d1 commit 08001ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
run: |
docker build -t metacall/nodejs-c-liburing-example .
docker run --rm -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
wget --tries=30 -v "http://localhost:8000/"
# TODO: This works on my pc.. but it seems not to work in the CI
# RETRIES=0
# while true; do
# wget --server-response -q "http://localhost:8000" || true
# HTTP_CODE="$(wget --server-response -q "http://localhost:8000" 2>&1 | grep "HTTP/" | awk '{print $2}')"
# if [[ "$HTTP_CODE" -eq "200" ]]; then
# echo "Service is ready (HTTP 200)."
Expand Down

0 comments on commit 08001ac

Please sign in to comment.