Skip to content

Commit 367ec5a

Browse files
committed
(build) Changes to Test Action
These changes are being pushed to main manually to allow testing of the incoming PR.
1 parent 7a1e2f7 commit 367ec5a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,7 @@ jobs:
302302
)
303303
$Timer = [System.Diagnostics.Stopwatch]::StartNew()
304304
Invoke-Command -Session $Session -ScriptBlock {
305-
C:\choco-setup\files\Start-C4bSetup.ps1
306-
C:\choco-setup\files\Start-C4BNexusSetup.ps1
307-
C:\choco-setup\files\Start-C4bCcmSetup.ps1 -DatabaseCredential $using:DatabaseCredential
308-
C:\choco-setup\files\Start-C4bJenkinsSetup.ps1
309-
C:\choco-setup\files\Set-SslSecurity.ps1 @using:Certificate
305+
C:\choco-setup\files\Initialize-C4bSetup.ps1 @using:Certificate
310306
}
311307
$Timer.Stop()
312308
"deployment-time=$($Timer.Elapsed)" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)