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 May 23, 2020
1 parent 898f32e commit 663d31c
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 @@ -76,6 +76,6 @@ workflows:
jobs:
- build
- integration_tests:
requires:
- build
requires:
- build

0 comments on commit 663d31c

Please sign in to comment.