Skip to content

Commit 89ab188

Browse files
committed
enable ssh test in CI
1 parent 958ac5e commit 89ab188

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)