Skip to content

Commit 010f76e

Browse files
fix: use correct dbt binary for fusion builds in drop_test_schemas step
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 3a78eb7 commit 010f76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ jobs:
208208
working-directory: ${{ env.TESTS_DIR }}
209209
continue-on-error: true
210210
run: |
211-
dbt run-operation elementary_tests.drop_test_schemas \
211+
${{ (inputs.dbt-version == 'fusion' && '~/.local/bin/dbt') || 'dbt' }} run-operation elementary_tests.drop_test_schemas \
212212
--project-dir dbt_project \
213213
-t "${{ inputs.warehouse-type }}"

0 commit comments

Comments
 (0)