Skip to content

Commit

Permalink
🧪 Debug with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 21, 2025
1 parent 4e9b439 commit 2c809c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ jobs:
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
run: bash scripts/lint.sh
- run: mkdir coverage
# TODO: remove this
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
- name: Test
run: bash scripts/test.sh
env:
Expand Down

0 comments on commit 2c809c2

Please sign in to comment.