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 a9a59f3 commit 95aba73
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions e2e-tests/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dbt docs generate --target prod --target-path target-base

# dev
git switch -c tests/smoke-test
git branch --show-current
git apply ./e2e-tests/fix-customer-lifetime-value.patch
pwd
git apply ../e2e-tests/fix-customer-lifetime-value.patch
git add .
git commit -m "Correct customer lifetime value calculation in customers"
dbt build
Expand All @@ -37,6 +37,9 @@ recce run --github-pull-request-url https://github.com/DataRecce/jaffle_shop_duc
git_branch=$(cat recce_state.json | jq .git.branch)
pr_url=$(cat recce_state.json | jq .pull_request.url)

echo $git_branch
echo $pr_url

if [[ "$git_branch" != "tests/smoke-test" ]]; then
exit 1
fi
Expand Down

0 comments on commit 95aba73

Please # to comment.