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

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


The following commit(s) were added to refs/heads/planner by this push:
     new f5bfe901c Fix plan
f5bfe901c is described below

commit f5bfe901c3518393b61b9f3cfa4e168b725868ee
Author: Xuanwo <[email protected]>
AuthorDate: Wed Oct 18 17:10:51 2023 +0800

    Fix plan
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/scripts/behavior_test/plan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/scripts/behavior_test/plan.py 
b/.github/scripts/behavior_test/plan.py
index e74c674fd..9040d1a60 100755
--- a/.github/scripts/behavior_test/plan.py
+++ b/.github/scripts/behavior_test/plan.py
@@ -115,7 +115,7 @@ def plan(changed_files):
                 {
                     "os": "windows-latest",
                     "cases": [
-                        {"setup": "local-fs", "service": "fs", "feature": 
"services-fs"}
+                        {"setup": "local_fs", "service": "fs", "feature": 
"services-fs"}
                     ],
                 }
             )

Reply via email to