From e2681085c9684126c75d1057758c56a48830a9c6 Mon Sep 17 00:00:00 2001 From: Jan Lukavsky Date: Mon, 17 Aug 2026 11:51:42 +0200 Subject: [PATCH] Build Kafka Streams runner during javaPreCommit (#18479) --- .github/workflows/beam_PreCommit_Java.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beam_PreCommit_Java.yml b/.github/workflows/beam_PreCommit_Java.yml index caa737abe624..1d8d5fe53fd1 100644 --- a/.github/workflows/beam_PreCommit_Java.yml +++ b/.github/workflows/beam_PreCommit_Java.yml @@ -190,6 +190,7 @@ jobs: -PdisableSpotlessCheck=true \ -PdisableCheckStyle=true \ -PenableJacocoReport \ + -Pwith-kafka-streams-runner \ - name: Archive JUnit Test Results uses: actions/upload-artifact@v7 if: ${{ !success() }}