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 87a2b63 commit 009c9ceCopy full SHA for 009c9ce
run.sh
@@ -25,4 +25,4 @@ git clone https://github.com/scala-js/scala-js.git && \
25
cd scala-js && \
26
git checkout $SCALAJS_BRANCH && \
27
npm install && \
28
-sbt 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TESTS
+sbt -J-Xmx5G 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TESTS
0 commit comments