Skip to content
Snippets Groups Projects
Commit 197f2825 authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Added Java17 path for integration tests

parent 1ada1685
Branches
Tags
1 merge request!542AWS Merge Dev Into Master
......@@ -64,6 +64,7 @@ curl --location --request POST "$LEGAL_URL"'legaltags' \
}'
#### RUN INTEGRATION TEST #########################################################################
JAVA_HOME=$JAVA17_HOME
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml"
TEST_EXIT_CODE=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment