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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user