Skip to content

Commit bff5ff6

Browse files
committed
Debug
1 parent 9e8040f commit bff5ff6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ runs:
113113
redis-cli -p 16379 CLUSTER NODES
114114
shell: bash
115115

116+
- name: Setup upterm session
117+
uses: lhotari/action-upterm@v1
118+
with:
119+
limit-access-to-actor: true
120+
limit-access-to-users: uglide
121+
116122
- name: Upload test results and profiling data
117123
uses: actions/upload-artifact@v4
118124
with:

0 commit comments

Comments
 (0)