Skip to content

Commit de24e58

Browse files
author
Jacob Beck
committed
Have circleci skip the tests that the makefile skips
1 parent 660454e commit de24e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
cd integration_tests
3737
dbt deps
3838
dbt seed --full-refresh
39-
dbt run --full-refresh
40-
dbt test
39+
dbt run --full-refresh --exclude test_insert_by_period
40+
dbt test --exclude test_insert_by_period
4141
4242
- save_cache:
4343
key: deps1-{{ .Branch }}

0 commit comments

Comments
 (0)