Skip to content

Commit 02737cf

Browse files
committed
Debug cluster problems
1 parent da128a2 commit 02737cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,16 @@ runs:
107107
- name: Debug
108108
if: failure()
109109
run: |
110+
sudo apt-get install -y redis-tools
110111
echo "Docker Containers:"
111112
docker ps
112113
redis-cli -p 16379 CLUSTER NODES
113114
shell: bash
114115

116+
- name: Setup tmate session
117+
if: failure()
118+
uses: mxschmitt/action-tmate@v3
119+
115120
- name: Upload test results and profiling data
116121
uses: actions/upload-artifact@v4
117122
with:

0 commit comments

Comments
 (0)