From 68f91c478cb516703efc8aa02e2267bfadec9011 Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 24 Apr 2025 11:14:52 -0600 Subject: [PATCH] integration test --- .github/workflows/dbt_run_template_integration_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_template_integration_test.yml b/.github/workflows/dbt_run_template_integration_test.yml index c4ac7e85..e325274c 100644 --- a/.github/workflows/dbt_run_template_integration_test.yml +++ b/.github/workflows/dbt_run_template_integration_test.yml @@ -10,7 +10,7 @@ on: target: required: false type: string - default: prod + default: dev command: required: true type: string @@ -50,7 +50,7 @@ jobs: if [[ "${{ inputs.target }}" == *"prod"* ]]; then echo "DATABASE=$PROFILE_NAME" >> $GITHUB_ENV echo "ROLE=DBT_CLOUD_$PROFILE_NAME" >> $GITHUB_ENV - echo "WAREHOUSE=DBT_CLOUD" >> $GITHUB_ENV + echo "WAREHOUSE=${{ inputs.warehouse }}" >> $GITHUB_ENV elif [[ "${{ inputs.target }}" == *"test"* ]]; then echo "DATABASE=$PROFILE_NAME" >> $GITHUB_ENV echo "ROLE=DBT_CLOUD_$PROFILE_NAME" >> $GITHUB_ENV