Skip to content

Commit

Permalink
only run dbt-utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 10, 2021
1 parent e1c60de commit de30181
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,19 @@ workflows:
- start-synapse: &dbt-context
context: DBT_SYNAPSE_PROFILE
- integration-dbt-utils-azuresql: *dbt-context
- integration-dbt-audit-helper-azuresql: *dbt-context
# - integration-dbt-audit-helper-azuresql: *dbt-context
# - integration-dbt-expectations-azuresql: *dbt-context
- integration-dbt-date-azuresql: *dbt-context
# - integration-dbt-date-azuresql: *dbt-context
- integration-dbt-utils-synapse: &syn-step
<<: *dbt-context
requires:
- start-synapse
- integration-dbt-audit-helper-synapse: &syn-step
<<: *dbt-context
requires:
- start-synapse
# - integration-dbt-expectations-synapse: *syn-step
- integration-dbt-date-synapse: *syn-step
# - integration-dbt-audit-helper-synapse: &syn-step
# <<: *dbt-context
# requires:
# - start-synapse
# # - integration-dbt-expectations-synapse: *syn-step
# - integration-dbt-date-synapse: *syn-step
- pause-synapse:
<<: *dbt-context
requires:
Expand Down

0 comments on commit de30181

Please sign in to comment.