From ed9bf0083d8bd89cbd0c309e76b37a5d53f1d441 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 7 Dec 2024 14:38:26 -0500 Subject: [PATCH] minimize changes in the code quality workflow --- .github/workflows/code-quality.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 4d73016..3e4ed49 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -43,6 +43,7 @@ jobs: - name: Update Adapters and Core branches if: ${{ contains(github.event_name, 'workflow_') }} + shell: bash run: scripts/update_dev_packages.sh ${{ inputs.dbt_adapters_branch }} "main" working-directory: ./dbt-postgres @@ -50,5 +51,6 @@ jobs: uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main - name: Run code quality + shell: bash run: hatch run code-quality working-directory: ./dbt-postgres