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
When a job is listed in a workflow but missing from the jobs section, the config validator will report the config as valid but will fail immediately when pushed to CircleCI:
* Cannot find a job named `build` to run in the `jobs:` section of your configuration file.
The validator should ensure that all jobs listed in workflows are actually defined.
When a job is listed in a workflow but missing from the jobs section, the config validator will report the config as valid but will fail immediately when pushed to CircleCI:
The validator should ensure that all jobs listed in workflows are actually defined.
CircleCI-Archived/local-cli#20 (comment)
cc @federicobond
The text was updated successfully, but these errors were encountered: