Skip to content

Commit 7adad46

Browse files
committed
Add upterm debugging step
1 parent d3c8e33 commit 7adad46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ jobs:
108108
run: ./kind-images.sh $(git rev-parse --short ${{ github.sha }}) ${{ env.CLUSTER_NAME }}
109109
working-directory: web-apps
110110

111+
# TODO: REMOVE
112+
- name: Setup upterm session
113+
uses: owenthereal/action-upterm@v1
114+
with:
115+
limit-access-to-actor: true # Restrict to the user who triggered the workflow
116+
limit-access-to-users: sd109 # Specific authorized users only
117+
111118
# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
112119
# Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
113120
# own helm install/test process.

0 commit comments

Comments
 (0)