ford_qc/profiles/test_layer_depth_check.json
2025-09-03 07:03:21 -05:00

16 lines
No EOL
386 B
JSON

[
{
"script": "checks.unzip_and_verify_check",
"config": {
"expected_file": "linkingrecord.json",
"working_dir": "__WORKING_DIR__"
}
},
{
"script": "checks.layer_depth_check",
"config": {
"working_dir": "__WORKING_DIR__",
"linkingrecord_filename": "linkingrecord.json"
}
}
]