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 2, 2024
1 parent 4f7def7 commit 11a76a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ jobs:
matrix:
runner: [macos-13, macos-15, ubuntu-22.04]
runs-on: ${{ matrix.runner }}
permissions:
contents: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: cgrindel/gha_set_up_bazel@v1
with:
repo_name: credential-helper
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
OTHER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
limit-access-to-actor: false
- name: Execute Integration Tests
shell: bash
run: bazelisk test //:all_integration_tests
Expand Down

0 comments on commit 11a76a5

Please sign in to comment.