Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orb using with other orbs #53

Open
gerd-siebert opened this issue Jan 20, 2024 · 1 comment
Open

Orb using with other orbs #53

gerd-siebert opened this issue Jan 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gerd-siebert
Copy link

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:
- checkout
...
- nx/set-shas
...

but the nx/default excutor was not found:

circleci config validate
Error: config compilation contains errors: config compilation contains errors:
- Error calling workflow: 'em_check'
- Error calling job: 'install'
- Cannot find a definition for executor named nx/default

Supporting Documentation Links:

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

@mandarini mandarini added the enhancement New feature or request label Jun 11, 2024
@mandarini
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants