diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 345a9ed..83b027d 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -15,7 +15,7 @@ jobs: run: docker-compose up -d - name: Test PGAdmin container - run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/login + run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://google.com - name: Setup tmate session uses: mxschmitt/action-tmate@v3