13 lines
407 B
YAML
13 lines
407 B
YAML
# Maestro workspace config for the root E2E suite.
|
|
# Only YAML files in this folder are entry flows; `subflows/` is invoked
|
|
# explicitly via runFlow and is intentionally not matched here.
|
|
flows:
|
|
- '*.yaml'
|
|
- '!config.yaml'
|
|
|
|
# add-product must run first so add-slot-with-product can find the product.
|
|
executionOrder:
|
|
continueOnFailure: false
|
|
flowsOrder:
|
|
- add-product
|
|
- add-slot-with-product
|