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 61440b7 commit bdbcf1cCopy full SHA for bdbcf1c
.github/workflows/pr.yml
@@ -68,6 +68,10 @@ jobs:
68
- uses: ./github-actions/bazel/setup
69
- uses: ./github-actions/bazel/configure-remote
70
- run: yarn install --immutable
71
+ - name: Setup tmate session
72
+ uses: mxschmitt/action-tmate@v3
73
+ with:
74
+ detached: false
75
- run: yarn bazel test --test_tag_filters=windows --build_tests_only -- ... -bazel/remote-execution/...
76
77
test-macos:
0 commit comments