update action

This commit is contained in:
Elliot Matson 2022-07-29 17:55:41 -05:00
parent a4115667aa
commit c45aca589b

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