Skip to content

Commit 25fb206

Browse files
committed
Add GHA debug step
1 parent 8d89078 commit 25fb206

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
./test-images.sh $(git rev-parse --short ${{ github.sha }})
7373
working-directory: web-apps
7474

75+
- name: Setup upterm session
76+
uses: owenthereal/action-upterm@v1
77+
with:
78+
limit-access-to-actor: true # Restrict to the user who triggered the workflow
79+
if: always()
80+
7581
- name: Install Helm
7682
uses: azure/setup-helm@v4
7783

0 commit comments

Comments
 (0)