cli icon indicating copy to clipboard operation
cli copied to clipboard

Fixed panic when loading incorrectly defined jobs

Open andrewnester opened this issue 1 year ago • 1 comments

Changes

If only key was defined for a job in YAML config, validate previously failed with segfault.

This PR validates that jobs are correctly defined and returns an error if not.

Tests

Added regression test

andrewnester avatar Apr 26 '24 10:04 andrewnester

Where did this show up?

@pietern customer reported issue when defined job incorrectly bundle validate paniced instead of returning diagnostic error

andrewnester avatar Apr 26 '24 13:04 andrewnester