Ask HN: How do you handle CI pipeline in front end-back end monorepo
Ask HN: How do you handle CI pipeline in front end-back end monorepo
2 by treeboy0384 | 1 comments on Hacker News.
How do you handle CI pipeline in monorepo that contains frontend & backend service? I usually use Github Actions for CI/CD pipeline. I'm looking for how to build backend and frontend in same container and test frontend code with API calls. I thought it was possible but I can't find anywhere to use them. There are some posts using multiple github actions file for microservice in monorepo. FYI) I use React/Django
2 by treeboy0384 | 1 comments on Hacker News.
How do you handle CI pipeline in monorepo that contains frontend & backend service? I usually use Github Actions for CI/CD pipeline. I'm looking for how to build backend and frontend in same container and test frontend code with API calls. I thought it was possible but I can't find anywhere to use them. There are some posts using multiple github actions file for microservice in monorepo. FYI) I use React/Django
Comments
Post a Comment