From ed590828f6e9c31744586106a25f32b01a83aa93 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 18 Oct 2024 17:32:41 +0530 Subject: [PATCH] add symlink from examples to dag --- scripts/test/integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/integration.sh b/scripts/test/integration.sh index 4a22c85..bb75b1e 100644 --- a/scripts/test/integration.sh +++ b/scripts/test/integration.sh @@ -10,6 +10,7 @@ ls $AIRFLOW_HOME airflow db check +ln -s examples dags pytest -vv \ --cov=dagfactory \