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 0200f055d Fix
0200f055d is described below

commit 0200f055dac2d70d06609dca332096552c1cafb0
Author: Xuanwo <[email protected]>
AuthorDate: Wed Oct 18 15:53:06 2023 +0800

    Fix
    
    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 65fe55ef8..b0af806e8 100755
--- a/.github/scripts/behavior_test/plan.py
+++ b/.github/scripts/behavior_test/plan.py
@@ -26,7 +26,7 @@ SCRIPT_PATH = Path(__file__).parent.absolute()
 print(f"SCRIPT_PATH: {SCRIPT_PATH}")
 
 # The path for `.github` dir.
-GITHUB_DIR = SCRIPT_PATH.parent
+GITHUB_DIR = SCRIPT_PATH.parent.parent
 print(f"GITHUB_DIR: {GITHUB_DIR}")
 
 # The project dir for opendal.

Reply via email to