Skip to content

Commit

Permalink
fix tmate debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Mar 7, 2024
1 parent 232e46e commit c72dd39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ jobs:
poetry run pip install --upgrade pip
poetry install -E all --with oracle
poetry run pip install -U "Django~=${{ matrix.django-version }}"
- name: Run Full Unit Tests
run: |
poetry run pytest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 60
- name: Run Full Unit Tests
run: |
poetry run pytest

0 comments on commit c72dd39

Please sign in to comment.