Skip to content

Commit

Permalink
Fix Spring Boot incremental testing (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 1, 2023
1 parent df75994 commit 45ff4bd
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 45ff4bd

Please sign in to comment.