Skip to content

Commit 2f2d7e2

Browse files
committed
🔥 Remove debugging tmate
1 parent bee02e4 commit 2f2d7e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
run: bash scripts/lint.sh
7171
- run: mkdir coverage
7272
# TODO: remove this
73-
- name: Setup tmate session
74-
uses: mxschmitt/action-tmate@v3
75-
with:
76-
limit-access-to-actor: true
77-
env:
78-
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
79-
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
73+
# - name: Setup tmate session
74+
# uses: mxschmitt/action-tmate@v3
75+
# with:
76+
# limit-access-to-actor: true
77+
# env:
78+
# COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
79+
# CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8080
- name: Test
8181
run: bash scripts/test.sh
8282
env:

0 commit comments

Comments
 (0)