Skip to content

Commit c72dd39

Browse files
committed
fix tmate debug session
1 parent 232e46e commit c72dd39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,11 @@ jobs:
395395
poetry run pip install --upgrade pip
396396
poetry install -E all --with oracle
397397
poetry run pip install -U "Django~=${{ matrix.django-version }}"
398-
- name: Run Full Unit Tests
399-
run: |
400-
poetry run pytest
401398
- name: Setup tmate session
402399
uses: mxschmitt/action-tmate@v3
403400
with:
404401
detached: true
405402
timeout-minutes: 60
403+
- name: Run Full Unit Tests
404+
run: |
405+
poetry run pytest

0 commit comments

Comments
 (0)