We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67cd49 commit 21cb485Copy full SHA for 21cb485
.github/actions/run-tests/action.yml
@@ -76,6 +76,9 @@ runs:
76
echo "::endgroup::"
77
shell: bash
78
79
+ - name: Setup tmate session
80
+ uses: mxschmitt/action-tmate@v3
81
+
82
- name: Run tests
83
run: |
84
set -ex
@@ -100,8 +103,8 @@ runs:
100
103
fi
101
104
}
102
105
- run_tests 2
- run_tests 3
106
+ run_tests 2 "${{inputs.event-loop}}"
107
+ run_tests 3 "${{inputs.event-loop}}"
108
109
110
- name: Debug
0 commit comments