From b3d1a74428e855fe4b6f48524f87b616d650655a Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Fri, 13 Oct 2023 20:11:35 +0300 Subject: [PATCH] experiment --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d48c22d5..44d32688 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,9 @@ jobs: - "/bin/sh" - "-c" - > - while ! nc -z localhost 8000; do sleep 1; done && - wget -O - http://localhost:8000/ + while ! wget -q -O - http://localhost:8000/tests/static/setup.sh; do sleep 1; done && + wget -O - http://localhost:8000/tests/static/setup.sh | + /bin/sh steps: - checkout - run: