diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026523a..38a2c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,10 @@ jobs: - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: credential-helper + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: false - name: Execute Integration Tests shell: bash run: bazelisk test //:all_integration_tests diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index f54d12a..57677b4 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -33,6 +33,7 @@ bazel_integration_tests( "GITHUB_TOKEN", "GOOGLE_APPLICATION_CREDENTIALS", ], + env = {"CREDENTIAL_HELPER_LOGGING": "debug"}, bazel_versions = bazel_binaries.versions.all, test_runner = ":default_test_runner", workspace_files = integration_test_utils.glob_workspace_files("full") + [