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 dc8164a16 ci(services/persy): use tmp dir
dc8164a16 is described below
commit dc8164a16eab3c6bb2c75b8df4dc0fed0130861f
Author: G-XD <[email protected]>
AuthorDate: Wed Nov 8 00:24:12 2023 +0800
ci(services/persy): use tmp dir
---
.github/services/persy/persy/action.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/services/persy/persy/action.yml
b/.github/services/persy/persy/action.yml
index add1d7cd3..984b705a9 100644
--- a/.github/services/persy/persy/action.yml
+++ b/.github/services/persy/persy/action.yml
@@ -25,10 +25,8 @@ runs:
shell: bash
run: |
cat << EOF >> $GITHUB_ENV
- RUST_BACKTRACE=full
- RUST_LOG=debug
RUST_TEST_THREADS=1
- OPENDAL_PERSY_DATAFILE=./test.persy
+ OPENDAL_PERSY_DATAFILE=${{ runner.temp }}/test.persy
OPENDAL_PERSY_SEGMENT=data
OPENDAL_PERSY_INDEX=index
EOF