File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,15 @@ jobs:
8686 run : |
8787 python3 run_tests.py
8888
89- - name : Start StackQL server (Linux/macOS)
89+ - name : Start StackQL server and run tests (Linux/macOS)
9090 if : matrix.os != 'windows-latest'
9191 shell : bash
92+ env :
93+ GITHUB_ACTIONS : ' true'
9294 run : |
9395 nohup /tmp/stackql -v --pgsrv.port=5444 srv &
94- sleep 10
96+ sleep 5
97+ python3 run_server_tests.py
9598
9699 - name : Start StackQL server (Windows)
97100 if : matrix.os == 'windows-latest'
@@ -101,12 +104,6 @@ jobs:
101104 -ArgumentList "-v", "--pgsrv.port=5444", "srv"
102105 Start-Sleep -Seconds 5
103106
104- - name : Run server tests
105- env :
106- GITHUB_ACTIONS : ' true'
107- run : |
108- python3 run_server_tests.py
109-
110107 - name : Stop StackQL server (Linux/macOS)
111108 if : matrix.os != 'windows-latest'
112109 shell : bash
You can’t perform that action at this time.
0 commit comments