Skip to content

Commit

Permalink
Execute mf validate-configs on CI to detect errors early
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Mar 4, 2024
1 parent 367cc4f commit 9a10f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
run: dbt seed
- name: dbt Build
run: dbt build
- name: Validate Semantic Models
run: mf validate-configs

0 comments on commit 9a10f5b

Please sign in to comment.