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
commit 964253e1c0a24d642849dd38a90668c1203ab964 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
