From 9a10f5bb66c38bd970606a8233ba508a227c50c4 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Mon, 4 Mar 2024 17:03:25 +0900 Subject: [PATCH] Execute `mf validate-configs` on CI to detect errors early doing #32 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e27bb3e..b45f0d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,5 @@ jobs: run: dbt seed - name: dbt Build run: dbt build + - name: Validate Semantic Models + run: mf validate-configs