Commit c858602
authored
docs(README): correct step 5 to build/boot checks, not test suites (#117)
Step 5 claimed `bin/rails test`, `xcodebuild test`, and `./gradlew test`
must pass. Layer 2 Stage 1 (src/validation/layer2.ts) actually runs
build/boot checks — `bin/rails db:prepare` + runner smoke, `xcodebuild
build`, `./gradlew assembleDebug` — and deliberately avoids the heavy
Rails test suite. Align the README with what the code does.1 parent 64ac643 commit c858602
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments