Skip to content

Commit 7d513f2

Browse files
committed
remove CI debug ssh session
1 parent ff70cfc commit 7d513f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
poetry run pip install --upgrade pip
5151
poetry install
5252
poetry run pip install -U "Django~=${{ matrix.django-version }}"
53-
- name: Setup tmate session
54-
uses: mxschmitt/action-tmate@v3
55-
with:
56-
detached: true
57-
timeout-minutes: 60
53+
# - name: Setup tmate session
54+
# uses: mxschmitt/action-tmate@v3
55+
# with:
56+
# detached: true
57+
# timeout-minutes: 60
5858
- name: Run Unit Tests
5959
run: |
6060
poetry run pip install colorama

0 commit comments

Comments
 (0)