Skip to content

Commit

Permalink
Queue workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jan 8, 2021
1 parent 6d7ff51 commit bf7f2d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

version: 2.1

orbs:
queue: eddiewebb/queue@1.5.0

jobs:

integration-postgres:
Expand Down Expand Up @@ -64,7 +67,10 @@ workflows:
version: 2
test-all:
jobs:
- integration-postgres
- queue/block_workflow
- integration-postgres:
requires:
- queue/block_workflow
- integration-redshift:
requires:
- integration-postgres
Expand Down

0 comments on commit bf7f2d3

Please sign in to comment.