mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
add dbt debug to CI to check creds
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user