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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ac4e98  fix issues in integration test workflow (#493)
6ac4e98 is described below

commit 6ac4e98f61ad90793dde56d6ca104a0582ecbc31
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 24 00:38:26 2026 +0100

    fix issues in integration test workflow (#493)
---
 .github/workflows/integration-tests-r2dbc.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-tests-r2dbc.yml 
b/.github/workflows/integration-tests-r2dbc.yml
index 8b0ead5..9920981 100644
--- a/.github/workflows/integration-tests-r2dbc.yml
+++ b/.github/workflows/integration-tests-r2dbc.yml
@@ -66,7 +66,7 @@ jobs:
           docker exec -i docker-postgres-db-1 psql -U postgres -t -d database2 
< r2dbc-int-test/ddl-scripts/create_tables_postgres.sql
 
       - name: Run all integration tests with default Scala and Java ${{ 
matrix.java-version }}
-        run: sbt "r2dbc-int-test/test" ${{ matrix.extraOpts }}
+        run: sbt ++${{ matrix.scala-version }} "r2dbc-int-test/test" ${{ 
matrix.extraOpts }}
 
       - name: Print logs on failure
         if: ${{ failure() }}
@@ -119,7 +119,7 @@ jobs:
           docker exec -i yb-tserver-n1 /home/yugabyte/bin/ysqlsh -h 
yb-tserver-n1 -t -d database2 < 
r2dbc-int-test/ddl-scripts/create_tables_yugabyte.sql
 
       - name: test
-        run: sbt -Dpekko.persistence.r2dbc.dialect=yugabyte 
-Dpekko.projection.r2dbc.dialect=yugabyte ++${{ matrix.SCALA_VERSION }} test
+        run: sbt -Dpekko.persistence.r2dbc.dialect=yugabyte 
-Dpekko.projection.r2dbc.dialect=yugabyte ++${{ matrix.scala-version }} 
"r2dbc-int-test/test" ${{ matrix.extraOpts }}
 
       - name: Print logs on failure
         if: ${{ failure() }}


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

Reply via email to