Skip to content

Commit 7d9d593

Browse files
committed
Fix CI issue
1 parent 247ed52 commit 7d9d593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ dbt build -x --target $1 --full-refresh || exit 1
2323

2424
# test with the second project
2525
cd ../integration_tests_2
26+
dbt deps --target $1 || exit 1
2627
dbt seed --full-refresh --target $1 || exit 1
2728
dbt run -x --target $1 --full-refresh || exit 1

0 commit comments

Comments
 (0)