Skip to content

Commit 21cb485

Browse files
committed
Debug
1 parent b67cd49 commit 21cb485

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/run-tests/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ runs:
7676
echo "::endgroup::"
7777
shell: bash
7878

79+
- name: Setup tmate session
80+
uses: mxschmitt/action-tmate@v3
81+
7982
- name: Run tests
8083
run: |
8184
set -ex
@@ -100,8 +103,8 @@ runs:
100103
fi
101104
}
102105

103-
run_tests 2
104-
run_tests 3
106+
run_tests 2 "${{inputs.event-loop}}"
107+
run_tests 3 "${{inputs.event-loop}}"
105108
shell: bash
106109

107110
- name: Debug

0 commit comments

Comments
 (0)