Frontend Dockerfile CI build does not run make check (only yarn build) #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During the STRTA conformance survey, netwatch's
Makefilewas confirmed conformant (it is our living reference for the scaffold). Separately, the survey observed that the frontendDockerfilebuild appears to run onlyyarn build, notmake check/script/cibuild. If that is how CI validates the frontend, the container build fails only on a broken build, not on lint,fmt-check, or test regressions.Definition of done
script/cibuild/make checkalready gates it, or whether the frontendDockerfileis the only gate).script/cibuild) runsmake checkso that lint,fmt-check, and tests gate the build, and CI goes red on any check failure — not merely on a failedyarn build.make checkin CI elsewhere, close this issue with a note explaining where, and no code change is needed.The finishing commit's title must end with
(closes #N)referencing this issue.