From 6c865b83b94d63b7c4153f2de6217dc1be70b4ba Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 19 Dec 2024 19:03:32 +0100 Subject: [PATCH] Test. --- .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 5b15764..039352d 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 --retries=20 --server-response "http://localhost:8000" + wget --tries=20 --server-response "http://localhost:8000" # RETRIES=0 # while true; do