Skip to content

Commit

Permalink
Fix Spring Boot incremental testing (#1652) (#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste committed Aug 1, 2023
1 parent 4a56c29 commit 3a6158a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/features/kogito-common-builder-jvm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Feature: kogito-s2i-builder image JVM build tests
# Leave those here as placeholder for scripts adding variable to the test. No impact on tests if empty.
| variable | value |
| RUNTIME_TYPE | springboot |
Then s2i build log should contain Expanding artifacts from incremental build...
And s2i build log should not contain WARNING: Clean build will be performed because of error saving previous build artifacts
Then s2i build log should not contain WARNING: Clean build will be performed because of error saving previous build artifacts
And s2i build log should contain Expanding artifacts from incremental build...
And file /home/kogito/bin/process-springboot-example.jar should exist
And check that page is served
| property | value |
Expand Down

0 comments on commit 3a6158a

Please sign in to comment.