Skip to content

Commit ae8eafc

Browse files
committed
ci update
1 parent d0e2c8c commit ae8eafc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ jobs:
9595
if: matrix.os == 'windows-latest'
9696
shell: cmd
9797
run: |
98-
start /b cmd /c "C:\Temp\stackql.exe -v --pgsrv.port=5444 srv > stackql-server.log 2>&1"
98+
C:\Temp\stackql.exe -v --pgsrv.port=5444 srv > stackql-server.log 2>&1 &
9999
echo StackQL server started from C:\Temp\stackql.exe
100100
timeout /t 5 /nobreak > NUL
101101
102+
102103
# - name: Run server tests
103104
# env:
104105
# GITHUB_ACTIONS: 'true'

0 commit comments

Comments
 (0)