We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b1469 commit f961736Copy full SHA for f961736
1 file changed
.github/workflows/ci-test.yml
@@ -43,11 +43,15 @@ jobs:
43
shell: pwsh
44
run: ./pwsh/tools/install-powershell.ps1 -Preview -Destination ./preview
45
46
- - name: If debugging, start upterm for interactive pipeline troubleshooting
47
- if: ${{ runner.debug == 1 }}
48
- uses: owenthereal/action-upterm@v1
+ - name: Start VS Code Tunnel if in debug mode
+ if: ${{ runner.debug == '1' }}
+ uses: justingrote/vscode-action@v0.0.2
49
with:
50
- wait-timeout-minutes: 1
+ #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
55
56
- name: Build and test
57
0 commit comments