You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS a Free Code Camp user
I want developers' code to be continuously integrated and unit tested
SO THAT I know that developers have tested their code with high standards
Acceptance Criteria
GIVEN I am a Developer for Free Code Camp Columbus
WHEN my pull request to dev has passed the peer review and code review
AND the reviewer intiates a merge commit to the dev branch
THEN an automated process will run npm ci, npm run build, and npm test
readysetagile
moved this from Ready for development - feature has a GitHub issue assigned and can be developed
to Done! - the feature is in production waiting to be seen by the world!
in FreeCodeCamp Columbus WebsiteSep 11, 2022
me and @koto253 were able to test automatic merging. We have an open issue with Netlify now to determine why we cannot deploy directly into dev.fcccolumbus.com. The error we receive is
"Another site is already using this domain" error trying to set custom domain "dev.fcccolumbus.com" on site "dev-fcccolumbus", Support info: a71e97ee-6ab0-45af-ab30-34773c04b702
User Story
AS a Free Code Camp user
I want developers' code to be continuously integrated and unit tested
SO THAT I know that developers have tested their code with high standards
Acceptance Criteria
GIVEN I am a Developer for Free Code Camp Columbus
WHEN my pull request to dev has passed the peer review and code review
AND the reviewer intiates a merge commit to the
dev
branchTHEN an automated process will run
npm ci
,npm run build
, andnpm test
Implementation advice
The text was updated successfully, but these errors were encountered: