Commit 6ccf8a1
Optimize CI workflow: move Playwright install after boot check and collect serial output
Changes:
- Move "Install Playwright browsers" step after boot validation
- Saves time if boot check fails (no need to install Playwright)
- Playwright only installed if firmware boots successfully
- Collect serial output from boot check scenario
- Separate serial output (stdout) to boot-check-serial.log
- Keep CLI diagnostics (stderr) in boot-check.log
- Display both logs on success and failure
- Better debugging with separate log streams
Benefits:
- Faster feedback on boot failures (skip Playwright install)
- More comprehensive boot check debugging
- Clearer separation of concerns in logs
Co-authored-by: softhack007 <[email protected]>1 parent 326a7e3 commit 6ccf8a1
1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
102 | | - | |
| 99 | + | |
| 100 | + | |
103 | 101 | | |
104 | 102 | | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
128 | 135 | | |
129 | 136 | | |
130 | 137 | | |
| |||
0 commit comments