File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments