A PR that added the board server build into the dependency graph of broke CI runs because it caused the global test target to fail.
Original PR - #4145
Rollback PR - #4152
The problem seems to relate to the index.js file generated as part of the board server build being clobbered, since the build step is getting rerun concurrently.