update action
This commit is contained in:
parent
8d5c7c2b7a
commit
575073fb82
3
.github/workflows/stack-healthcheck.yml
vendored
3
.github/workflows/stack-healthcheck.yml
vendored
@ -14,8 +14,5 @@ jobs:
|
|||||||
- name: Deploy the stack
|
- name: Deploy the stack
|
||||||
run: docker-compose up -d
|
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
|
- name: Test PGAdmin
|
||||||
run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/
|
run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/
|
Loading…
Reference in New Issue
Block a user