Skip to content

Commit

Permalink
Use full-refresh for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Sep 14, 2018
1 parent f499a22 commit e5513c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
. venv/bin/activate
cd integration_tests
dbt deps
dbt seed
dbt run
dbt seed --full-refresh
dbt run --full-refresh
dbt test
- save_cache:
Expand Down

0 comments on commit e5513c8

Please sign in to comment.