Skip to content

Commit

Permalink
SRVLOGIC-232: Fix Quarkus version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed May 14, 2024
1 parent 0c51d15 commit c2de25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Serverless Workflow images common

Scenario: Verify if the swf and quarkus files are under /home/kogito/.m2/repository
When container is started with command bash
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom should exist
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.4.Final/quarkus-bom-3.8.4.Final.pom should exist
And file /home/kogito/.m2/repository/org/apache/kie/sonataflow/sonataflow-quarkus/ should exist and be a directory

# This check should be enabled again once a similar check is done on runtimes
Expand Down

0 comments on commit c2de25b

Please sign in to comment.