From 57404a8f5163ac96ad52e934eaeb280fd4c40fb8 Mon Sep 17 00:00:00 2001 From: Thanawan Atchariyachanvanit Date: Mon, 24 Jul 2023 11:48:25 -0700 Subject: [PATCH] Edit run-repository.sh Signed-off-by: Thanawan Atchariyachanvanit --- .ci/run-repository.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run-repository.sh b/.ci/run-repository.sh index 2c64c489..58b5ae3c 100755 --- a/.ci/run-repository.sh +++ b/.ci/run-repository.sh @@ -34,7 +34,7 @@ echo -e "\033[1m>>>>> Run [opensearch-project/opensearch-py-ml container] >>>>>> if [[ "$TASK_TYPE" == "test" ]]; then - # Set up OpenSearch cluster & Run test (Invoked by integration.yml workflow) + # Set up OpenSearch cluster & Run integration and unit tests (Invoked by integration.yml workflow) docker run \ --network=${network_name} \ --env "STACK_VERSION=${STACK_VERSION}" \