Skip to content

Commit b17ae98

Browse files
committed
ci update
1 parent 01b056c commit b17ae98

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,7 @@ jobs:
9595
if: matrix.os == 'windows-latest'
9696
shell: pwsh
9797
run: |
98-
$outFile = "stackql-server.out.log"
99-
$errFile = "stackql-server.err.log"
100-
Start-Process -FilePath "C:\Temp\stackql.exe" `
101-
-ArgumentList "-v", "--pgsrv.port=5444", "srv" `
102-
-RedirectStandardOutput $outFile `
103-
-RedirectStandardError $errFile `
104-
-NoNewWindow
105-
Write-Host "StackQL server started from C:\Temp\stackql.exe"
98+
Start-Process -FilePath "C:\Temp\stackql.exe" -ArgumentList "-v", "--pgsrv.port=5444", "srv"
10699
Start-Sleep -Seconds 5
107100
108101
# - name: Run server tests

0 commit comments

Comments
 (0)