Skip to content

Commit 6c3ccda

Browse files
committed
test r in circleci
1 parent ae5848b commit 6c3ccda

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CI/circle_parallel.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ elif [ "$NODE_INDEX" = "3" ]; then
4343
else
4444
echo "Running node $NODE_INDEX ..."
4545
java -version
46-
./mvnw clean install
46+
#./mvnw clean install
47+
48+
sudo apt install r-base r-base-dev -y
49+
sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr
50+
51+
(cd samples/client/petstore/R && mvn integration-test)
52+
#(cd samples/client/petstore/R-httr2 && mvn integration-test)
4753

4854
fi

0 commit comments

Comments
 (0)