File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -70,22 +70,10 @@ jobs:
7070 }
7171 }
7272
73- - name : docker compose smblds
74- uses :
hoverkraft-tech/[email protected] 75- with :
76- compose-file : " ./src/ADServices/Tests/Integration/adservices-testdocker/docker-compose.yml"
77- services : smblds
78- up-flags : --wait
79-
8073 - name : Run Pester ADServices Integration Tests
8174 shell : powershell
8275 run : |
8376 $Server = 'localhost:389'
8477 $PSCredential = [PSCredential]::new('Administrator', (ConvertTo-SecureString 'Passw0rd' -AsPlainText -Force))
8578
86- Invoke-Pester -Container (New-PesterContainer -ScriptBlock {
87- $testsPath = '.\src\ADServices\Tests\Integration'
88- ForEach ($testPath in Get-ChildItem $testsPath -Filter "*.tests.ps1") {
89- & $testPath.FullName -Server $Server -PSCredential $PSCredential
90- }
91- })
79+ .\src\ADServices\Tests\Integration\Invoke-IntegrationTest.ps1 -Server $Server -PSCredential $PSCredential
You can’t perform that action at this time.
0 commit comments