update action

This commit is contained in:
Elliot Matson 2022-07-29 17:41:36 -05:00
parent 575073fb82
commit 7d2b055065

View File

@ -15,4 +15,10 @@ 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/
run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
with:
limit-access-to-actor: true