This is an automated email from the ASF dual-hosted git repository.
gxd pushed a commit to branch persy_test_planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/persy_test_planner by this
push:
new ca6d88436 refactor(services/persy): update persy datafile path
ca6d88436 is described below
commit ca6d88436483ceddc48174db028a9b701e148afc
Author: G-XD <[email protected]>
AuthorDate: Mon Nov 6 23:21:51 2023 +0800
refactor(services/persy): update persy datafile path
---
.github/services/persy/persy/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/services/persy/persy/action.yml
b/.github/services/persy/persy/action.yml
index 10cc8e291..c28a5db90 100644
--- a/.github/services/persy/persy/action.yml
+++ b/.github/services/persy/persy/action.yml
@@ -27,7 +27,7 @@ runs:
cat << EOF >> $GITHUB_ENV
RUST_BACKTRACE=full
RUST_LOG=debug
- OPENDAL_PERSY_DATAFILE=${{ runner.temp }}/test.persy
+ OPENDAL_PERSY_DATAFILE=./test.persy
OPENDAL_PERSY_SEGMENT=data
OPENDAL_PERSY_INDEX=index
EOF