2023-08-04 21:40:24 -06:00
|
|
|
config.target = 'workflow'
|
|
|
|
|
2020-12-15 19:36:57 -07:00
|
|
|
local workflow = require('plugins.workflow')
|
|
|
|
|
|
|
|
function test.job_outputs()
|
|
|
|
for job_type in pairs(workflow.test_data.job_outputs) do
|
2020-12-16 11:16:04 -07:00
|
|
|
expect.ne(df.job_type[job_type], nil, "Found unrecognized job type: " .. tostring(job_type))
|
2020-12-15 19:36:57 -07:00
|
|
|
end
|
|
|
|
end
|