Skip to content

Commit a129a04

Browse files
Enable ssh
1 parent 2653e45 commit a129a04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ jobs:
136136
set -e -o pipefail
137137
nix-shell --pure --run 'bazel build //... $BAZEL_ARGS'
138138
139-
- name: Run tests
139+
- name: Setup upterm session
140+
uses: mxschmitt/action-tmate@v3
141+
142+
- name: Run tests
140143
shell: bash
141144
run: |
142145
set -e -o pipefail

0 commit comments

Comments
 (0)