Skip to content

Commit 9e8040f

Browse files
committed
Debug
1 parent 6394509 commit 9e8040f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,8 @@ runs:
111111
echo "Docker Containers:"
112112
docker ps
113113
redis-cli -p 16379 CLUSTER NODES
114-
mkdir -p ~/.ssh || true
115-
echo "${{ secrets.DEBUG_SSH_PUBLIC_KEY }}" >> ~/.ssh/authorized_keys
116-
chmod 600 ~/.ssh/authorized_keys
117114
shell: bash
118115

119-
- name: Setup tmate session
120-
if: failure()
121-
uses: mxschmitt/action-tmate@v3
122-
123116
- name: Upload test results and profiling data
124117
uses: actions/upload-artifact@v4
125118
with:

0 commit comments

Comments
 (0)