From 36ef964b314ca564b043902e2d6924d3ecc25e72 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 9 Oct 2024 17:01:53 -0400 Subject: [PATCH] update release workflows to work with both packages --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ac08c9..a500b335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,8 @@ jobs: uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main with: python-version: '3.11' - - uses: pre-commit/action@v3.0.0 + - run: hatch run code-quality + working-directory: ./dbt-athena unit_test: name: 'Unit tests with coverage'