mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 02:23:56 +02:00
fix daemon detach: use setsid() and add sleep in CI smoke test
This commit is contained in:
parent
be99690b07
commit
fde90a00df
2 changed files with 20 additions and 10 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -78,7 +78,9 @@ jobs:
|
|||
- name: Start plano natively
|
||||
env:
|
||||
OPENAI_API_KEY: test-key-not-used
|
||||
run: crates/target/release/planoai up tests/e2e/config_native_smoke.yaml
|
||||
run: |
|
||||
crates/target/release/planoai up tests/e2e/config_native_smoke.yaml
|
||||
sleep 2
|
||||
|
||||
- name: Health check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue