Knotx / knotx-aggregator

An aggregator for all Knot.x projects - release guides, automation, etc.
https://knotx.io
Apache License 2.0
0 stars 3 forks source link

Cannot build stack because of failing tests #35

Closed Voycawojka closed 4 years ago

Voycawojka commented 4 years ago

Steps to reproduce:

  1. pull master on all repos
  2. run build-stack.sh

Actual result: Build fails with the following:

> Task :test FAILED

ReleaseChangelogTest > Changelog updated when file exists and has proper structure$knotx_gradle_plugins() FAILED
    org.opentest4j.AssertionFailedError at ReleaseChangelogTest.kt:38

UpdateProjectVersionTest > Custom version updated when file exists and has proper structure$knotx_gradle_plugins() FAILED
    org.opentest4j.AssertionFailedError at UpdateProjectVersionTest.kt:73

UpdateProjectVersionTest > Version updated when file exists and has proper structure$knotx_gradle_plugins() FAILED
    org.opentest4j.AssertionFailedError at UpdateProjectVersionTest.kt:59

UpdateProjectVersionTest > Other properties not updated when file exists and has proper structure$knotx_gradle_plugins() FAILED
    org.opentest4j.AssertionFailedError at UpdateProjectVersionTest.kt:87

19 tests completed, 4 failed
malaskowski commented 4 years ago

Info: