Skip to content

Commit a58e1ca

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
. venv/bin/activate
3636
cd integration_tests
3737
dbt deps
38-
dbt seed --full-refresh
39-
dbt run --full-refresh
40-
dbt test
38+
dbt seed --target postgres --full-refresh
39+
dbt run --target postgres --full-refresh --exclude test_insert_by_period
40+
dbt test --target postgres --exclude test_insert_by_period
4141
4242
- save_cache:
4343
key: deps1-{{ .Branch }}

0 commit comments

Comments
 (0)