Skip to content

Commit

Permalink
Add TMate debug session to macos intel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 8, 2024
1 parent 697f340 commit bac328e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ jobs:
make VERBOSE=1
ulimit -s hard
ctest --output-on-failure
# Debug session for failures
-
name: Debug session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 60
with:
limit-access-to-actor: true

0 comments on commit bac328e

Please sign in to comment.