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

lukasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 827db215 ninja Fix: Run BTI unit tests in GitHub Actions
827db215 is described below

commit 827db21548141b7e9f9efe44e5b6bc3e45fa1995
Author: Lukasz Antoniak <[email protected]>
AuthorDate: Fri Mar 20 09:22:07 2026 +0100

    ninja Fix: Run BTI unit tests in GitHub Actions
---
 .github/workflows/test.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index d5235fd8..95363290 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -79,6 +79,10 @@ jobs:
     strategy:
       matrix:
         scala: [ '2.12', '2.13' ]
+        sstable-format: [ 'big', 'bti' ]
+        exclude:
+          - scala: "2.12"
+            sstable-format: "bti"
       fail-fast: false
     steps:
       - name: Setup JDK
@@ -112,7 +116,7 @@ jobs:
           export INTEGRATION_MAX_HEAP_SIZE="1500M"
           export CASSANDRA_USE_JDK11=true
           
-          ./gradlew --stacktrace clean assemble check -x 
cassandra-analytics-integration-tests:test
+          ./gradlew --stacktrace clean assemble check -x 
cassandra-analytics-integration-tests:test 
-Dcassandra.analytics.bridges.sstable_format=${{ matrix.sstable-format }}
 
   integration-test:
     name: Integration test


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

Reply via email to