Skip to content

Commit

Permalink
wip: CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 1, 2024
1 parent 337d0c4 commit 18ea309
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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") + [
Expand Down

0 comments on commit 18ea309

Please sign in to comment.