add dbt debug to CI to check creds

This commit is contained in:
graciegoheen
2025-06-03 10:34:29 -06:00
parent 505042b703
commit 4ed3dd22a8

View File

@@ -2,6 +2,7 @@
echo "Running tests for the first project"
cd integration_tests
dbt debug
dbt deps --target $1 || exit 1
dbt build -x --target $1 --full-refresh || exit 1