fix: add trading-engine to CI build matrix

The service was added to the Helm chart but not to the GitHub Actions
build matrix, causing ImagePullBackOff on deploy.
This commit is contained in:
Celes Renata
2026-04-15 19:55:34 +00:00
parent 3ff910433f
commit 78aee4c9e6
+2
View File
@@ -76,6 +76,8 @@ jobs:
cmd: "python -m services.lake_publisher.worker" cmd: "python -m services.lake_publisher.worker"
- name: query-api - name: query-api
cmd: "uvicorn services.api.app:app --host 0.0.0.0 --port 8000" cmd: "uvicorn services.api.app:app --host 0.0.0.0 --port 8000"
- name: trading-engine
cmd: "uvicorn services.trading.app:app --host 0.0.0.0 --port 8000"
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5