Enable tmate for docker-compose test debugging

This commit is contained in:
David Dworken 2023-09-07 22:12:41 -07:00
parent 519a7ba706
commit 82d311e3e7
No known key found for this signature in database

View File

@ -15,7 +15,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18
# - uses: mxschmitt/action-tmate@v3
- name: Docker Compose setup
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
@ -43,4 +42,9 @@ jobs:
# Check that hishtory query runs without errors
./hishtory query
# Check that hishtory export recorded the above ls command
./hishtory export | grep "ls -Slah /"
./hishtory export | grep "ls -Slah /"
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true