We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d5e0f commit 19b241cCopy full SHA for 19b241c
.github/workflows/haskell.yml
@@ -252,6 +252,14 @@ jobs:
252
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.n }}-${{ matrix.ghc }}
253
path: ${{ runner.temp }}/chairman/
254
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
+
263
release:
264
needs: [build]
265
if: ${{ startsWith(github.ref, 'refs/tags') }}
0 commit comments