fix: Update ExecModule configuration to use correct source directory for step scripts
This commit is contained in:
@@ -78,6 +78,6 @@ modules:
|
|||||||
- class: modules::shell::ExecModule
|
- class: modules::shell::ExecModule
|
||||||
config:
|
config:
|
||||||
watch:
|
watch:
|
||||||
- steps/**/*.py
|
- src/steps/**/*.py
|
||||||
exec:
|
exec:
|
||||||
- /opt/bin/uv run python -m motia.cli run --dir steps
|
- /opt/bin/uv run python -m motia.cli run --dir src/steps
|
||||||
|
|||||||
Reference in New Issue
Block a user