Skip to content

Commit 19b241c

Browse files
committed
tmux
1 parent 77d5e0f commit 19b241c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,14 @@ jobs:
252252
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.n }}-${{ matrix.ghc }}
253253
path: ${{ runner.temp }}/chairman/
254254

255+
# Uncomment the following back in for debugging. Remember to launch a `pwsh` from
256+
# the tmux session to debug `pwsh` issues. And be reminded that the `/msys2` and
257+
# `/msys2/mingw64` paths are not in PATH by default for the workflow, but tmate
258+
# will put them in.
259+
- name: Setup tmate session
260+
if: ${{ failure() }}
261+
uses: mxschmitt/action-tmate@v3
262+
255263
release:
256264
needs: [build]
257265
if: ${{ startsWith(github.ref, 'refs/tags') }}

0 commit comments

Comments
 (0)