fix: Update ExecModule configuration to use correct source directory for step scripts

This commit is contained in:
bsiggel
2026-03-19 21:20:31 +00:00
parent 8ce843415e
commit edae5f6081

View File

@@ -78,6 +78,6 @@ modules:
- class: modules::shell::ExecModule
config:
watch:
- steps/**/*.py
- src/steps/**/*.py
exec:
- /opt/bin/uv run python -m motia.cli run --dir steps
- /opt/bin/uv run python -m motia.cli run --dir src/steps