From a7718aa6e615c6bc472c2f287735c305c6f7a475 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Thu, 27 Jun 2024 19:08:34 +0800 Subject: [PATCH] for test only Signed-off-by: chensuyue --- .github/workflows/microservice-test.yml | 2 +- tests/test_dataprep_redis_langchain_ray.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/microservice-test.yml b/.github/workflows/microservice-test.yml index 635025332..d69f3e50b 100644 --- a/.github/workflows/microservice-test.yml +++ b/.github/workflows/microservice-test.yml @@ -4,7 +4,7 @@ name: MicroService-test on: - pull_request_target: + pull_request: branches: [main] types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped paths: diff --git a/tests/test_dataprep_redis_langchain_ray.sh b/tests/test_dataprep_redis_langchain_ray.sh index 667c9d942..0b75c5a8e 100644 --- a/tests/test_dataprep_redis_langchain_ray.sh +++ b/tests/test_dataprep_redis_langchain_ray.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 +# for test set -xe