Skip to content

Commit 08f05cc

Browse files
committed
Move vscode-action debug and in SHA
1 parent b38a260 commit 08f05cc

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,21 @@ jobs:
4444
shell: pwsh
4545
run: ./pwsh/tools/install-powershell.ps1 -Preview -Destination ./preview
4646

47+
- name: Build and test
48+
shell: pwsh
49+
run: Invoke-Build -Configuration Release TestFull
50+
4751
- name: Start VS Code Tunnel if failed or in debug mode
4852
if: ${{ failure() || runner.debug == '1' }}
49-
uses: justingrote/[email protected]
53+
#v0.0.2 - Pinned for security
54+
uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
5055
with:
5156
#All these settings are optional
5257
tunnel-name: 'pses-action-tunnel'
5358
connection-timeout: 2
54-
session-timeout: 60
59+
session-timeout: 30
5560
no-cache-cli-auth: true
5661

57-
- name: Build and test
58-
shell: pwsh
59-
run: Invoke-Build -Configuration Release TestFull
60-
6162
- name: Upload build artifacts
6263
if: always()
6364
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)