Skip to content

Commit 01dcf78

Browse files
committed
tmate
1 parent c9e2ed0 commit 01dcf78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@ jobs:
3939
pip install pipenv
4040
- name: build
4141
run: pipenv install --dev
42+
- name: Run tmate
43+
uses: mxschmitt/action-tmate@3
44+
with:
45+
limit-access-to-actor: true
4246
- name: test
4347
run: pipenv run python setup.py test

0 commit comments

Comments
 (0)