fix: dry-run mock KIS validation in workflows
This commit is contained in:
@@ -18,12 +18,12 @@ Short operator flow for KIS variable-backed workflows.
|
||||
## Run order
|
||||
|
||||
1. Trigger `.gitea/workflows/kis_data_collection.yml` with `workflow_dispatch`.
|
||||
2. Confirm the mock credential step passes.
|
||||
2. Confirm the mock credential step passes in `--dry-run` mode.
|
||||
3. Confirm the real collection step writes:
|
||||
- `Temp/kis_data_collection_v1.json`
|
||||
- `outputs/kis_data_collection/kis_data_collection.db`
|
||||
4. Trigger `.gitea/workflows/qualitative_sell_strategy.yml`.
|
||||
5. Confirm the mock credential step passes.
|
||||
5. Confirm the mock credential step passes in `--dry-run` mode.
|
||||
6. Confirm the batch build step sees `KIS_APP_KEY` and `KIS_APP_SECRET`.
|
||||
|
||||
## If it fails
|
||||
|
||||
Reference in New Issue
Block a user