Skip to content

Commit

Permalink
wip-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Aug 29, 2024
1 parent 6a83f02 commit edaf9d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
- name: Execute Integration Tests
shell: bash
run: bazelisk test //:all_integration_tests
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

all_ci_tests:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit edaf9d1

Please sign in to comment.