update action

This commit is contained in:
Elliot Matson 2022-07-29 17:47:11 -05:00
parent 7d2b055065
commit ef263f475f

View File

@ -14,7 +14,7 @@ jobs:
- name: Deploy the stack
run: docker-compose up -d
- name: Test PGAdmin
- name: Test PGAdmin container
run: docker run --network container:resolve_pgadmin appropriate/curl -s --retry 10 --retry-connrefused http://localhost/
- name: Setup tmate session