diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 1d8a4d1..9365db5 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -14,8 +14,5 @@ jobs: - name: Deploy the stack run: docker-compose up -d - - name: Test PGAdmin - run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3001/ - - name: Test PGAdmin run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/ \ No newline at end of file