Skip to content

Commit

Permalink
tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 21, 2022
1 parent 77d5e0f commit 397afa7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/haskell.yml
Expand Up @@ -252,6 +252,14 @@ jobs:
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.n }}-${{ matrix.ghc }}
path: ${{ runner.temp }}/chairman/

# Uncomment the following back in for debugging. Remember to launch a `pwsh` from
# the tmux session to debug `pwsh` issues. And be reminded that the `/msys2` and
# `/msys2/mingw64` paths are not in PATH by default for the workflow, but tmate
# will put them in.
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

release:
needs: [build]
if: ${{ startsWith(github.ref, 'refs/tags') }}
Expand Down

0 comments on commit 397afa7

Please sign in to comment.