Skip to content
Snippets Groups Projects
Commit e171f71f authored by Yunhua Koglin's avatar Yunhua Koglin
Browse files

Merge branch 'aws-3' into 'master'

run e2e integration for indexer service

See merge request !662
parents 5de62f10 f391b5f6
No related branches found
No related tags found
1 merge request!662run e2e integration for indexer service
Pipeline #230505 failed
......@@ -79,9 +79,8 @@ do
done < "$CUCUMBER_PROPERTY"
echo "Cucumber option cucumber.options = " ${cucumber_options}
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml $cucumber_options"
JAVA_HOME=$JAVA17_HOME
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml $cucumber_options"
# mvn -Dmaven.surefire.debug 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.
Finish editing this message first!
Please register or to comment