Skip to content

Commit

Permalink
Add debug session for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and dmitry-ratushnyy committed Dec 1, 2023
1 parent 2dc5efc commit a905138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
run: python3 -m pip install tox
- name: Integration Tests
run: sg snap_microk8s -c "tox -e ${{ matrix.env }}"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
if: {{ failure() }}

0 comments on commit a905138

Please sign in to comment.