We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e2c8c commit ae8eafcCopy full SHA for ae8eafc
.github/workflows/test.yaml
@@ -95,10 +95,11 @@ jobs:
95
if: matrix.os == 'windows-latest'
96
shell: cmd
97
run: |
98
- start /b cmd /c "C:\Temp\stackql.exe -v --pgsrv.port=5444 srv > stackql-server.log 2>&1"
+ C:\Temp\stackql.exe -v --pgsrv.port=5444 srv > stackql-server.log 2>&1 &
99
echo StackQL server started from C:\Temp\stackql.exe
100
timeout /t 5 /nobreak > NUL
101
102
+
103
# - name: Run server tests
104
# env:
105
# GITHUB_ACTIONS: 'true'
0 commit comments