Skip to content

Commit 6394509

Browse files
committed
Debug
1 parent 02737cf commit 6394509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ 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
114117
shell: bash
115118

116119
- name: Setup tmate session

0 commit comments

Comments
 (0)