Skip to content

Commit

Permalink
CIF-1779 - CIF components build fails with java 8
Browse files Browse the repository at this point in the history
- do not run ITs if java-8 build fails
  • Loading branch information
cjelger committed Dec 16, 2020
1 parent 24a7f8b commit aec1b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ workflows:
only: /.*/
requires:
- build-java-11
- build-java-8
- karma
- jest
- integration-test-cloudready:
Expand All @@ -229,6 +230,7 @@ workflows:
only: /.*/
requires:
- build-java-11
- build-java-8
- karma
- jest
- integration-test-cloudready-with-addon:
Expand All @@ -237,6 +239,7 @@ workflows:
only: /.*/
requires:
- build-java-11
- build-java-8
- karma
- jest
- release:
Expand Down

0 comments on commit aec1b6b

Please sign in to comment.