From abde49d3c958caa0f1f62f8648d9ce836316a59a Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:01:58 -0700 Subject: [PATCH] exclude livequery model tests, dont need to test package (#276) --- .github/workflows/dbt_test_daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index b6ffe1c..f154bfa 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt test --exclude tag:full_test tag:recent_test \ No newline at end of file + dbt test --exclude tag:full_test tag:recent_test livequery_models \ No newline at end of file