From 98a96d191c78865cc6bf0b38b1d0e5c41fe828b2 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 19 Dec 2024 19:07:29 +0100 Subject: [PATCH] Yeet. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 039352d..70d3600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ 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=20 --server-response "http://localhost:8000" + wget --tries=30 -v "http://localhost:8000/" # RETRIES=0 # while true; do