diff --git a/.github/workflows/debug-macos.yml b/.github/workflows/debug-macos.yml index 7ea80b800..ac50df2d8 100644 --- a/.github/workflows/debug-macos.yml +++ b/.github/workflows/debug-macos.yml @@ -15,3 +15,6 @@ jobs: echo ${{ secrets.macOS_AppleAccountId }} >> test.txt cat test.txt + + - name: Run tmate + uses: mxschmitt/action-tmate@v2