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

cdutz pushed a commit to branch feature/tsfile-cpp
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/feature/tsfile-cpp by this 
push:
     new d3b314cb fix: Updated GitHub Actions settings to include the new 
"with-java" and "with-cpp" profiles.
d3b314cb is described below

commit d3b314cb1ef9e8211b48fd573f1c9b9b8b00290f
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu May 2 16:05:15 2024 +0200

    fix: Updated GitHub Actions settings to include the new "with-java" and 
"with-cpp" profiles.
---
 .github/workflows/unit-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index e41345fb..d9dc947b 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -85,4 +85,4 @@ jobs:
       # Run the actual maven build including all unit- and integration-tests.
       - name: Build and test with Maven (All others)
         shell: bash
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} clean 
verify
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P 
with-java,with-cpp clean verify

Reply via email to