Roiocam commented on code in PR #187:
URL:
https://github.com/apache/pekko-connectors-kafka/pull/187#discussion_r1624174046
##########
.github/workflows/nightly-pekko1.0.yml:
##########
@@ -0,0 +1,88 @@
+name: Nightly Test with Pekko 1.0 libs
+
+on:
+ workflow_dispatch:
+ schedule:
+ - cron: "0 2 * * *"
+
+permissions: {}
+
+concurrency:
+ group: ${{ github.workflow }} @ ${{ github.ref }}
+ cancel-in-progress: true
+
+env:
+ PEKKO_TEST_TIMEFACTOR: 10.0
+ EVENT_NAME: ${{ github.event_name }}
+
+jobs:
+ test:
+ name: Build and Test with Pekko 1.0
+ runs-on: ubuntu-22.04
+ strategy:
+ fail-fast: false
+ matrix:
+ include:
+ - { java-version: 8, scala-version: 2.12, sbt-opts: '' }
+ - { java-version: 8, scala-version: 2.13, sbt-opts: '' }
+ - { java-version: 8, scala-version: 3.3, sbt-opts: '' }
Review Comment:
Can we add the field 'pekko-version' to this, and then reduce the action.yml
file? that may make life easier.
--
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]