Still tweaking DAG-related items.
Validate DAGs / validate (push) Failing after 1m2s

This commit is contained in:
2025-09-14 06:46:30 -04:00
parent c1bbf772bb
commit 82aec87962
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ jobs:
- name: Validate DAGs
run: |
for dag in $(find ${DAGS_PATH} -type f -name "*.yaml" -a ! -name "*example*"); do
echo "==========Validating ${dag}=========="
echo "==========Validating ${dag}"=========="
dagu dry "${dag}"
done