This commit is contained in:
graciegoheen
2025-06-03 10:44:39 -06:00
parent 4ed3dd22a8
commit e1ea86b4c5

View File

@@ -2,7 +2,6 @@
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