From 5c3f023260c45438872c2c11aa2ef713b8c603e1 Mon Sep 17 00:00:00 2001 From: David Dworken <david@daviddworken.com> Date: Mon, 12 Dec 2022 20:32:50 -0800 Subject: [PATCH] enable tmate for debugging --- .github/workflows/go-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 68397c9..464fd35 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -32,8 +32,8 @@ jobs: sudo hostname ghaction-runner-hostname || true # Set a consistent hostname so we can run tests that depend on it sudo scutil --set HostName ghaction-runner-hostname || true make test - # - 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