|
# Expected: PASS
|
|
# Tests: AC21 (positive) — required_tools as array of strings
|
|
name: required-tools-test
|
|
description: "A workflow with required tools"
|
|
author: "Test"
|
|
standalone: true
|
|
web_bundle: false
|
|
|
|
required_tools:
|
|
- read_file
|
|
- write_file
|
|
- create_directory
|
|
- list_files
|