circleci config validate
misses invalid job name in workflow if workflow is skipped by default
#844
Labels
bug
Something isn't working
Meta:
CircleCI CLI Version:
0.1.23391+5cbf90e (homebrew)
(Mac) and0.1.23241
(Linux)Operating System:
MacOS and Linux
Current behavior:
If you have config like this:
circleci config validate
says the config is valid, even though it's not.A real-world failure: https://app.circleci.com/pipelines/github/color/color/275733
Expected behavior:
circleci config validate
should flag the invalid job name in therequires
.When did this begin / Was this previously working?:
Unsure
Additional Information:
The config is properly flagged as invalid if I flip the default value of
run_invalid
fromfalse
totrue
The text was updated successfully, but these errors were encountered: