pjfanning commented on code in PR #293:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/293#discussion_r1435707149
##########
.github/workflows/nightly-pekko-1.1-builds.yaml:
##########
@@ -0,0 +1,39 @@
+name: Nightly Pekko 1.1 Builds
+
+on:
+ schedule:
+ - cron: "0 0 * * *"
+ workflow_dispatch:
+
+permissions: {}
+
+concurrency:
+ # Only run once for latest commit per ref and cancel other (previous) runs.
+ group: ci-${{ github.ref }}
+ cancel-in-progress: true
+
+jobs:
+ style-compile-mima:
+ name: Compile
+ runs-on: ubuntu-20.04
+ env:
+ JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
Review Comment:
added to the sbt command below
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]