Skip to content

Commit f7071fd

Browse files
committed
try naive run
1 parent 1860656 commit f7071fd

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/validate-powershell.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)