Skip to content

Commit 7c3aa20

Browse files
committed
debug
1 parent 8061633 commit 7c3aa20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ jobs:
324324
run: |
325325
# Quote the package specifier so that it works on Windows
326326
bazelisk test "//..."
327+
- name: Setup tmate session
328+
if: ${{ failure() }}
329+
uses: mxschmitt/action-tmate@v3
330+
with:
331+
limit-access-to-actor: true
327332

328333
all_ci_tests:
329334
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)