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 da128a2 commit 02737cfCopy full SHA for 02737cf
.github/actions/run-tests/action.yml
@@ -107,11 +107,16 @@ runs:
107
- name: Debug
108
if: failure()
109
run: |
110
+ sudo apt-get install -y redis-tools
111
echo "Docker Containers:"
112
docker ps
113
redis-cli -p 16379 CLUSTER NODES
114
shell: bash
115
116
+ - name: Setup tmate session
117
+ if: failure()
118
+ uses: mxschmitt/action-tmate@v3
119
+
120
- name: Upload test results and profiling data
121
uses: actions/upload-artifact@v4
122
with:
0 commit comments