Skip to content

Commit

Permalink
Disable tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 22, 2024
1 parent 923316a commit b7be3b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:
- uses: ./.github/actions/configure_remote_cache_auth
with:
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
# DEBUG BEGIN
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ matrix.test == '@@//examples:ios_sim_test_bazel_.bazelversion' }}
# DEBUG END
# # DEBUG BEGIN
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: ${{ matrix.test == '@@//examples:ios_sim_test_bazel_.bazelversion' }}
# # DEBUG END
- uses: ./.github/actions/execute_test
with:
bzlmod_enabled: ${{ matrix.bzlmod_enabled }}
Expand Down

0 comments on commit b7be3b5

Please sign in to comment.