Configuring CI Using GitLab and Nx
See original GitHub issueDocumentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Is there a specific documentation page you are reporting?
https://nx.dev/ci/monorepo-ci-gitlab
Additional context or description
Is this setup for Gitlab CI/CD correct? It starts all of the jobs workspace-lint
, format-check
,lint
, test
, build
at the same time and all of them are installing yarn. It seems kinda unoptimized but I am no expert. Also I am not using Nx Cloud to be clear. Can somebody explain to me the reason for this implementation or suggest a better one?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Setting up GitLab - Nx
Configuring CI Using GitLab and Nx ... Below is an example of a GitLab pipeline setup for an Nx workspace only building and...
Read more >yannickglt/nx-gitlab-build - GitHub
This example will use Gitlab CI, but you'll find similar setup for Azure Pipelines and Jenkins on Nx organization. To see CI runs...
Read more >Blazing Fast Distributed CI with Nx | by Victor Savkin - Nx Blog
In this article we will look at how to use Nx to make sure your CI remains… ... but very similar setups will...
Read more >Files · master · Yannick Galatol / nx-gitlab-build
Example of setting up distributed Gitlab CI build for Nx workspace.
Read more >How to build Nx monorepo apps in Gitlab CI Runner
Install yarn dependencies and cache them in order to don't have to yarn install in every jobs · Test all of my modified...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
nx.dev/community has some info for the community slack
Thank you for your time. Is there any place where I can discuss the implementation of Nx monorepo with someone like you or even you? I don’t want to spam this issue with irrelevant stuff.