fix(runtime): post-422 CI and compose env follow-up #423

Merged
jason.woltje merged 1 commits from fix/post-422-runtime into develop 2026-02-17 22:47:51 +00:00
Owner

Summary

Follow-up to merged PR #422 with the post-merge runtime and CI stability fixes.

Changes

  • stabilize LinkAutocomplete keyboard navigation test by wrapping arrow-key events in act(...)
  • wire required runtime env vars in compose:
    • api: pass through ENCRYPTION_KEY
    • web: pass through ORCHESTRATOR_API_KEY

Why

  • resolves intermittent CI failure in LinkAutocomplete nav assertion
  • removes startup/env mismatch during local stack bring-up for API and web orchestrator proxy path

Files

  • apps/web/src/components/knowledge/__tests__/LinkAutocomplete.test.tsx
  • docker-compose.yml
## Summary Follow-up to merged PR #422 with the post-merge runtime and CI stability fixes. ## Changes - stabilize `LinkAutocomplete` keyboard navigation test by wrapping arrow-key events in `act(...)` - wire required runtime env vars in compose: - `api`: pass through `ENCRYPTION_KEY` - `web`: pass through `ORCHESTRATOR_API_KEY` ## Why - resolves intermittent CI failure in `LinkAutocomplete` nav assertion - removes startup/env mismatch during local stack bring-up for API and web orchestrator proxy path ## Files - `apps/web/src/components/knowledge/__tests__/LinkAutocomplete.test.tsx` - `docker-compose.yml`
jason.woltje added 1 commit 2026-02-17 22:42:41 +00:00
fix(runtime): stabilize LinkAutocomplete nav test and wire required compose env
All checks were successful
ci/woodpecker/push/web Pipeline was successful
63c6a129bd
jason.woltje merged commit 157b702331 into develop 2026-02-17 22:47:51 +00:00
jason.woltje deleted branch fix/post-422-runtime 2026-02-17 22:47:51 +00:00
Sign in to join this conversation.