nrwl / nx-orb

✨ A CircleCI Orb which includes helpful commands for running Nx commands in the CI
https://github.com/nrwl/nx-orb
MIT License
20 stars 25 forks source link

Orb using with other orbs #53

Open gerd-siebert opened 8 months ago

gerd-siebert commented 8 months ago

Describe Request:

I want use the nx orb with the cypress orb in one pipeline file. This is a frequently used usecase.

Examples:

According to the CircleCi documentation, you can specify several orbs and refer to them with the executor command.

orbs: cypress: cypress-io/cypress@3 nx: nrwl/nx@1.6.2

jobs: install: c <<: *defaults steps:

Supporting Documentation Links:

https://circleci.com/blog/multiple-orbs-pipeline-config/

mandarini commented 3 months ago

Hi there @gerd-siebert ! Thanks for creating this feature request! Do you have any suggested implementations? Would you like to submit a PR? And I can help you, and review it too!