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

silver pushed a commit to branch cpp-ci
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/cpp-ci by this push:
     new 01d99c193 show ci test result in terminal
01d99c193 is described below

commit 01d99c19321b259e9ec732341205c772ecec83d7
Author: silver-ymz <[email protected]>
AuthorDate: Fri Sep 1 11:14:29 2023 +0800

    show ci test result in terminal
    
    Signed-off-by: silver-ymz <[email protected]>
---
 .github/workflows/bindings_cpp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bindings_cpp.yml 
b/.github/workflows/bindings_cpp.yml
index 5ab29340b..03cad7633 100644
--- a/.github/workflows/bindings_cpp.yml
+++ b/.github/workflows/bindings_cpp.yml
@@ -66,4 +66,4 @@ jobs:
 
       - name: Run tests
         working-directory: "bindings/cpp/build"
-        run: ninja test
+        run: ./opendal_cpp_test

Reply via email to