We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5848b commit 6c3ccdaCopy full SHA for 6c3ccda
1 file changed
CI/circle_parallel.sh
@@ -43,6 +43,12 @@ elif [ "$NODE_INDEX" = "3" ]; then
43
else
44
echo "Running node $NODE_INDEX ..."
45
java -version
46
- ./mvnw clean install
+ #./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)
53
54
fi
0 commit comments