File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The build has two main phases:
4040
41412 . ** Build at least one hardware environment** : ` pio run -e esp32dev ` -- Set timeout to 30+ minutes. NEVER CANCEL.
4242 - Choose ` esp32dev ` as it's a common, representative environment
43- - Alternative environments if needed: ` nodemcuv2 ` (ESP8266) or ` esp8266_2m `
43+ - See "Hardware Compilation" section above for the full list of common environments
4444 - The build MUST complete successfully without errors
4545 - If the build fails, fix the issue before proceeding
4646 - ** DO NOT skip this step** - it validates that firmware compiles with your changes
@@ -166,7 +166,7 @@ package.json # Node.js dependencies and scripts
166166
167167** To ensure CI success, you MUST locally:**
168168- Run ` npm test ` and ensure it passes
169- - Run ` pio run -e esp32dev ` (or another common environment) and ensure it completes successfully
169+ - Run ` pio run -e esp32dev ` (or another common environment from "Hardware Compilation" section ) and ensure it completes successfully
170170- If either fails locally, it WILL fail in CI
171171
172172** Match this workflow in your local development to ensure CI success. Do not mark work complete until you have validated builds locally.**
You can’t perform that action at this time.
0 commit comments