Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
  • Loading branch information
wcchang1115 committed Apr 25, 2024
1 parent 95aba73 commit 9f6953e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ 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

# dev
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
Expand Down

0 comments on commit 9f6953e

Please # to comment.