From ab94cd91deb7c5d5ab146653c63a97bef482a3db Mon Sep 17 00:00:00 2001 From: Thomas McGowan Date: Fri, 22 Sep 2023 10:21:27 +0100 Subject: [PATCH] no sleep --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a32ab4bc..ce53b142 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,9 +102,9 @@ jobs: name: Run wiremock command: java -jar wiremock.jar --port 9091 background: true - - run: - name: Wait for wiremock to start - command: sleep 10 + # - run: + # name: Wait for wiremock to start + # command: sleep 10 - run: name: Run the node app. command: npm run start-feature