feat(workout): gate mobile verification on product tests
Make workout mobile-verify rerun the Workout product tests before release-kit checks so app value, recovery, local state, and host capability boundaries fail closed with mobile artifacts. req: examples/001 req: examples/006 req: host/002 req: local/001
This commit is contained in:
@@ -29,11 +29,13 @@ target/hemx-mobile/workout/
|
||||
ios/README.md
|
||||
```
|
||||
|
||||
Use `workout mobile-verify` to check the generated kit and release binary. It
|
||||
fails on a non-HTTPS production origin, missing/inconsistent Android or iOS
|
||||
metadata, or external toolchain/signing blockers that were not written into the
|
||||
manifest and `BLOCKERS.md`. Use `workout doctor` when you only want to see
|
||||
missing external inputs.
|
||||
Use `workout mobile-verify` as the store-readiness product gate: it runs the
|
||||
Workout product tests, then checks the generated kit and release binary. It
|
||||
fails on broken app value/recovery/host-boundary tests, a non-HTTPS production
|
||||
origin, missing/inconsistent Android or iOS metadata, or external
|
||||
toolchain/signing blockers that were not written into the manifest and
|
||||
`BLOCKERS.md`. Use `workout doctor` when you only want to see missing external
|
||||
inputs.
|
||||
|
||||
## Production configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user