Add debug ssh workflow

This commit is contained in:
David Dworken 2022-10-23 00:15:07 -07:00
parent d3b5ddc11d
commit bf6d12e4cd

View File

@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: mxschmitt/action-tmate@v3
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |