diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026523a..6da3f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: credential-helper + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Execute Integration Tests shell: bash run: bazelisk test //:all_integration_tests