From 7d2b05506548d646203bf03e0705ec154779e7ac Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Fri, 29 Jul 2022 17:41:36 -0500 Subject: [PATCH] update action --- .github/workflows/stack-healthcheck.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 9365db5..9b41ba9 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -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/ \ No newline at end of file + 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 \ No newline at end of file