diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4c79ddd..5992fd0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,7 +24,7 @@ jobs: version: '2.6.1' - name: Start containers - run: docker-compose up -d --build --wait --timeout 60 + run: docker-compose up -d --build - name: Install dependencies run: yarn diff --git a/docker-compose.yml b/docker-compose.yml index 83860d5..4cbd01f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,12 +15,6 @@ services: -server ports: - 18443:18443 - healthcheck: - test: curl --fail "http://foo@bitcoin-core:18443/rest/chaininfo.json" || exit 1 - interval: 2s - retries: 100 - start_period: 2s - timeout: 2s bitcoin-core-multi-wallet: image: bitcoin/bitcoin:28.0 @@ -41,9 +35,3 @@ services: -server ports: - 18453:18443 - healthcheck: - test: curl --fail "http://foo@localhost:18443/rest/chaininfo.json" || exit 1 - interval: 2s - retries: 100 - start_period: 2s - timeout: 2s