Skip to content

Commit

Permalink
debug! put tmate into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 4, 2024
1 parent b551c75 commit a1c2d6c
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 @@ -119,6 +119,11 @@ jobs:
run: tox -vv --notest -p auto --parallel-live
- name: Test pip ${{ matrix.pip-version }}
run: tox --skip-pkg-install
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Upload coverage to Codecov
if: >-
!github.job_workflow_sha
Expand Down

0 comments on commit a1c2d6c

Please sign in to comment.