From 1bc19c694e7530ab220ca8cc3fad87fc31cd5fcd Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 13 Mar 2024 15:07:03 +0800 Subject: [PATCH] fix dir --- CI/circle_parallel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index 4e85bbd2c5c..c43861ee815 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -100,8 +100,8 @@ elif [ "$NODE_INDEX" = "4" ]; then sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr #(cd samples/client/petstore/R && mvn integration-test) - (cd samples/client/petstore/R-httpr2 && mvn integration-test) - (cd samples/client/petstore/R-httpr2-wrapper && mvn integration-test) + (cd samples/client/petstore/R-httr2 && mvn integration-test) + (cd samples/client/petstore/R-httr2-wrapper && mvn integration-test) else echo "Running node $NODE_INDEX ..."