diff --git a/.github/workflows/docker-compose-test.yml b/.github/workflows/docker-compose-test.yml index fbd6b25..facddab 100644 --- a/.github/workflows/docker-compose-test.yml +++ b/.github/workflows/docker-compose-test.yml @@ -52,8 +52,8 @@ jobs: ./hishtory status -v | grep 'Sync Server: http://localhost' # Show the full status output for debugging ./hishtory status -v - - 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