fix(ci): validate config after merge

This commit is contained in:
Barrett Ruth 2025-09-19 19:33:28 -04:00
parent 97c7161c2e
commit b5b37074fb
4 changed files with 61 additions and 66 deletions

View file

@ -66,7 +66,7 @@ describe('cp.config', function()
it('validates hook functions', function()
local invalid_config = {
hooks = { before_test = 'not_a_function' },
hooks = { before_run = 'not_a_function' },
}
assert.has_error(function()