Skip to content

Commit c74b14b

Browse files
committed
chore: set correct port for solos mirrornode WIP
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent a39c063 commit c74b14b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ jobs:
113113
with:
114114
name: Test Results (${{ inputs.testfilter }})
115115
path: test-*.xml
116-
116+
#
117+
#
118+
#kubectl port-forward network-node1-0 \
119+
# -n "$(kubectl get namespaces | grep solo | grep -v 'solo-setup' | awk '{print $1}')" \
120+
# 50211:10211
117121
- name: Publish Test Report
118122
uses: step-security/publish-unit-test-result-action@43e0c963eea0ace6eca353cb1d814d857fee5c53 # v2.20.2
119123
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)