Conversation
|
Codex summary of the issueCI is failing because npm run test:server is being invoked, but the WebUI package.json no longer defines a test:server Timeline (all times in +0100):
Net: #17969 removed the script; #18072 exposed the mismatch by calling it in the new workflow. |
|
@coder543 Indeed, that's unfortunate. @allozaur Know what this failure is about (failed before tests)? |
|
@allozaur Can we forgo the dependent jobs altogether? I can't see why all the webui jobs can't just be steps in a single job and server-build running independently? |
Sure, initial intention was to have easier tracking for points od failure on the CI, but time has shown that it might be better if we forge the jobs. |
* separate webui from server * add public to path
* separate webui from server * add public to path
* separate webui from server * add public to path
Reduce CI congestion by separating WebUI from Server CI.
Due to the sequential nature of WebUI jobs it's prone to clog the CI queue, make sure it's only triggered on WebUI and Server test changes.