Skip to content

Commit e383ae2

Browse files
Enable ssh
1 parent d65cdfb commit e383ae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ jobs:
136136
set -e -o pipefail
137137
nix-shell --pure --run 'bazel build //... $BAZEL_ARGS'
138138
139+
- name: Setup upterm session
140+
if: ${{ failure() }}
141+
uses: mxschmitt/action-tmate@v3
142+
139143
- name: Run tests
140144
shell: bash
141145
run: |

0 commit comments

Comments
 (0)