Skip to content

Commit

Permalink
ENH: add tmate action to troubleshoot on mac (commented out for now)
Browse files Browse the repository at this point in the history
It was used "actively" and worked splendid. Commenting out so
we do not end up running it regularly since it would wait us to login.
  • Loading branch information
yarikoptic committed Apr 30, 2024
1 parent ece3163 commit f53926f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/base-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
- name: Run script tests
run: bats -t scripts/tests

# Keeping just in case to debug fails
#- name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

0 comments on commit f53926f

Please sign in to comment.