Skip to content

Commit bdbcf1c

Browse files
committed
Debug
1 parent 61440b7 commit bdbcf1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
- uses: ./github-actions/bazel/setup
6969
- uses: ./github-actions/bazel/configure-remote
7070
- run: yarn install --immutable
71+
- name: Setup tmate session
72+
uses: mxschmitt/action-tmate@v3
73+
with:
74+
detached: false
7175
- run: yarn bazel test --test_tag_filters=windows --build_tests_only -- ... -bazel/remote-execution/...
7276

7377
test-macos:

0 commit comments

Comments
 (0)