Skip to content

Commit

Permalink
Update integration_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Jun 14, 2024
1 parent 0531301 commit 36a0433
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration_tests/.scripts/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ fi

for db in ${DATABASES[@]}; do

echo "Snowplow unified integration tests: Running without seeding data"
dbt run --full-refresh --target $db
# echo "Snowplow unified integration tests: Running without seeding data"
# dbt run --full-refresh --target $db

status=$?
# status=$?

if [ $status -ne 0 ] && [ $status -ne 1 ]; then
echo "dbt command failed for target $db with exit status $status"
exit $status
# if [ $status -ne 0 ] && [ $status -ne 1 ]; then
# echo "dbt command failed for target $db with exit status $status"
# exit $status

fi
# fi

echo "Snowplow unified integration tests: Seeding data"
eval "dbt seed --full-refresh --target $db" || exit 1;
Expand Down

0 comments on commit 36a0433

Please sign in to comment.