This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-transform-service-direct in repository https://gitbox.apache.org/repos/asf/beam.git
commit fad86be3fbe0a767d619fc5116ff971a37b85a84 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Sep 8 12:08:33 2026 +0400 Fix new line --- .github/workflows/beam_PostCommit_TransformService_Direct.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_TransformService_Direct.yml b/.github/workflows/beam_PostCommit_TransformService_Direct.yml index 742980d8b93..cc62be86512 100644 --- a/.github/workflows/beam_PostCommit_TransformService_Direct.yml +++ b/.github/workflows/beam_PostCommit_TransformService_Direct.yml @@ -87,8 +87,8 @@ jobs: with: gradle-command: :sdks:python:test-suites:direct:xlang:transformServicePythonUsingJava arguments: | - -PtestJavaVersion=17 - -Pjava17Home=$JAVA_HOME_17_X64 + -PtestJavaVersion=17 \ + -Pjava17Home=$JAVA_HOME_17_X64 \ -PpythonVersion=${{ matrix.python_version }} - name: Archive Python Test Results uses: actions/upload-artifact@v7
