Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Nov 12, 2023
1 parent e0403e9 commit 6d931c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sqllocaldb i
$test = Test-Connection -TargetName localhost -TcpPort 1433 -ErrorAction Continue
Write-Host "--- localdb connection $test"

Set-Service -Name "postgresql-x64-14" -StartupType Manual

Start-Service "postgresql-x64-14"
for ($i = 0; $i -lt 4; $i++) {
$test = Test-Connection -TargetName localhost -TcpPort 5432 -ErrorAction Continue
Expand Down

0 comments on commit 6d931c2

Please sign in to comment.