Skip to content

Commit

Permalink
ci(): fix circleci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 13, 2019
1 parent 9eb09b4 commit 04232cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ workflows:
jobs:
- build
- unit_tests:
requires:
- build
requires:
- build
- integration_tests:
requires:
- build
Expand Down

0 comments on commit 04232cf

Please sign in to comment.