Skip to content

Commit 90cc72c

Browse files
committed
add exec shell after installing dbt fusion
1 parent a6ce060 commit 90cc72c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-warehouse.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ jobs:
122122

123123
- name: Install dbt-fusion
124124
if: inputs.use-dbt-fusion
125-
run: curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --update
125+
run: |
126+
curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --update
127+
exec $SHELL
126128
127129
- name: Install Elementary
128130
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"

0 commit comments

Comments
 (0)