Skip to content

Commit f961736

Browse files
committed
Update troubleshooting to use vscode-action
1 parent 97b1469 commit f961736

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,15 @@ jobs:
4343
shell: pwsh
4444
run: ./pwsh/tools/install-powershell.ps1 -Preview -Destination ./preview
4545

46-
- name: If debugging, start upterm for interactive pipeline troubleshooting
47-
if: ${{ runner.debug == 1 }}
48-
uses: owenthereal/action-upterm@v1
46+
- name: Start VS Code Tunnel if in debug mode
47+
if: ${{ runner.debug == '1' }}
48+
uses: justingrote/vscode-action@v0.0.2
4949
with:
50-
wait-timeout-minutes: 1
50+
#All these settings are optional
51+
tunnel-name: 'pses-action-tunnel'
52+
connection-timeout: 2
53+
session-timeout: 60
54+
no-cache-cli-auth: true
5155

5256
- name: Build and test
5357
shell: pwsh

0 commit comments

Comments
 (0)