---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /home/mike-circleci/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Unable to make a query against the GraphQL API, please check your settings
Error: failure calling GraphQL API: 401 Unauthorized
Please excuse the ping! Do bug reports need to be submitted as a support request or will somebody from the CircleCI team be able to look at this issue sometime soon?
Meta:
CircleCI CLI Version:
Operating System:
Ubuntu
22.04.5
LTSCircleCI CLI Diagnostic:
Note that I am an external contributor to the https://github.com/cypress-io/circleci-orb orb, so I don't have full access, which is why I am unauthorized.
Current behavior:
The example CircleCI configuration file in https://github.com/cypress-io/circleci-orb/blob/master/src/examples/edge.yml which consists of
is packed into the orb with the
executors
section missing:The development orb preview on https://circleci.com/developer/orbs/orb/cypress-io/cypress?version=dev:fab347ff110b7fe66cf9adeb586d856852174583#usage-edge shows
The behavior is the same whether it is done by the
lint-pack
workflow of .circleci/config.yml shown on https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1974/workflows/6bea899f-82b4-4755-8869-8636dcfed543 or whether the following is run locally:Expected behavior:
The complete configuration, including the
executors
section, should be packed into the orb for publication of the example.When did this begin / Was this previously working?:
This has never worked. The example is new.
Additional Information:
The configuration in the
usage
section has been tested and works when run.I also tried using the following example from https://circleci.com/docs/configuration-reference/ and when this example is packed / published the
executors
section is also dropped: