diff --git a/.github/workflows/docker-compose-test.yml b/.github/workflows/docker-compose-test.yml index e146fd7..e6ce586 100644 --- a/.github/workflows/docker-compose-test.yml +++ b/.github/workflows/docker-compose-test.yml @@ -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 /" \ No newline at end of file + ./hishtory export | grep "ls -Slah /" + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true \ No newline at end of file