update status action
This commit is contained in:
parent
566182db75
commit
8d5c7c2b7a
5
.github/workflows/stack-healthcheck.yml
vendored
5
.github/workflows/stack-healthcheck.yml
vendored
@ -15,4 +15,7 @@ jobs:
|
||||
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/
|
||||
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/
|
Loading…
Reference in New Issue
Block a user