From a711ed0767de2d9db672e76327be729c58a14784 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 23 Sep 2023 20:38:35 -0700 Subject: [PATCH] Disable tmate session for failed docker compose tests --- .github/workflows/docker-compose-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-compose-test.yml b/.github/workflows/docker-compose-test.yml index 0d849f6..8073671 100644 --- a/.github/workflows/docker-compose-test.yml +++ b/.github/workflows/docker-compose-test.yml @@ -46,8 +46,8 @@ jobs: ./hishtory export | grep "ls -Slah /" # Assert that the entry is syncing properly ./hishtory status -v | grep 'Sync Status: Synced' - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true \ No newline at end of file + # - name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3 + # with: + # limit-access-to-actor: true \ No newline at end of file