fix(ci): validate config after merge
This commit is contained in:
parent
97c7161c2e
commit
b5b37074fb
4 changed files with 61 additions and 66 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue