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
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!
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/[email protected]
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/
The text was updated successfully, but these errors were encountered: