diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c23941c..77882b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,6 @@ jobs: run: sudo docker compose -f docker-compose.yml -p reportportal up -d --force-recreate - name: Waiting for services to be up run: ./scripts/healthcheck.bash - #- name: Waiting for services to be up - # run: ./scripts/healthcheck2.bash - name: Report Portal server status run: npm run status - name: Creating a .env file from existing example diff --git a/scripts/healthcheck2.bash b/scripts/healthcheck2.bash deleted file mode 100644 index befbad6..0000000 --- a/scripts/healthcheck2.bash +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -eux - -wait-for-status() { - echo "Waiting for services status" - echo "" - bash -c \ - 'while [[ "$(npm run status)" == *"(Exited)"* ]];\ - do echo "Waiting for services" && sleep 2;\ - done' -} -wait-for-status \ No newline at end of file