Skip to content

Commit d1a4806

Browse files
committed
ci update
1 parent bdd0da3 commit d1a4806

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)