This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 73f10c49f fix issue with Scala 2.12 testing (#124)
73f10c49f is described below

commit 73f10c49f8930bb66b7b9b282e0534b8c88fde54
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 29 23:45:03 2023 +0100

    fix issue with Scala 2.12 testing (#124)
    
    * fix issue with Scala 2.12 testing
    
    * Update check-build-test.yml
---
 .github/workflows/check-build-test.yml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 22c7315fd..14d238292 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -151,21 +151,13 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/[email protected]
 
-      - name: ${{ matrix.connector }} (scala 2.12)
+      - name: ${{ matrix.connector }}
         env:
           CONNECTOR: ${{ matrix.connector }}
           PRE_CMD: ${{ matrix.pre_cmd }}
         run: |-
           $PRE_CMD
-          sbt +~2.12 "${CONNECTOR}/test"
-
-      - name: ${{ matrix.connector }} (scala 2.13)
-        env:
-          CONNECTOR: ${{ matrix.connector }}
-          PRE_CMD: ${{ matrix.pre_cmd }}
-        run: |-
-          $PRE_CMD
-          sbt +~2.13 "${CONNECTOR}/test"
+          sbt "+${CONNECTOR}/test"
 
       - name: Print logs on failure
         if: failure()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to