test curl

This commit is contained in:
Elliot Matson 2022-07-29 18:14:58 -05:00
parent d9a9d75f50
commit 0e1142c6e8

View File

@ -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://google.com
run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-delay 1 --retry-connrefused http://localhost/
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3