sbtc-developer-release
sbtc-developer-release copied to clipboard
Devenv runtime check
Description
CI only checks that devenv builds. We need a global script to ensure the devenv runtime works as expected.
Context
Regression in devenv
is not caught during the building process. We need to check services at runtime to detect regression.
Expected Approach
After up.sh
we should run a script checking that all services are up and 'ready'.
Acceptance Criteria
- [ ] PR adds the feature ...
- [ ] ...