update action
This commit is contained in:
parent
575073fb82
commit
7d2b055065
6
.github/workflows/stack-healthcheck.yml
vendored
6
.github/workflows/stack-healthcheck.yml
vendored
@ -16,3 +16,9 @@ jobs:
|
||||
|
||||
- name: Test PGAdmin
|
||||
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
|
Loading…
Reference in New Issue
Block a user