diff --git a/e2e-tests/smoke-test.sh b/e2e-tests/smoke-test.sh index e0dff550..74c79fd9 100755 --- a/e2e-tests/smoke-test.sh +++ b/e2e-tests/smoke-test.sh @@ -15,6 +15,7 @@ echo "$PACKAGES_YAML" > packages.yml dbt deps # prod +cat models/customers.sql dbt build --target prod --target-path target-base dbt docs generate --target prod --target-path target-base @@ -22,6 +23,7 @@ dbt docs generate --target prod --target-path target-base git switch -c tests/smoke-test pwd git apply ../e2e-tests/fix-customer-lifetime-value.patch +cat models/customers.sql git add . git commit -m "Correct customer lifetime value calculation in customers" dbt build