Disable tmate session for failed docker compose tests

This commit is contained in:
David Dworken 2023-09-23 20:38:35 -07:00
parent e3c70beb6b
commit a711ed0767
No known key found for this signature in database

View File

@ -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
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true