Skip to content

Commit

Permalink
Add :
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jan 6, 2021
1 parent d106cd1 commit ca8cd67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ workflows:
test-all:
jobs:
- queue/block_workflow
- integration-postgres
- integration-postgres:
requires:
- queue/block_workflow
- integration-redshift
- integration-redshift:
requires:
- queue/block_workflow
- integration-snowflake
- integration-snowflake:
requires:
- queue/block_workflow
- integration-bigquery
- integration-bigquery:
requires:
- queue/block_workflow

0 comments on commit ca8cd67

Please sign in to comment.