This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch memory-test-planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/memory-test-planner by this
push:
new f8c608258 add setup step
f8c608258 is described below
commit f8c608258c54bed662efb0ff7fd5ce5ed273fdfd
Author: suyanhanx <[email protected]>
AuthorDate: Thu Oct 26 20:19:59 2023 +0800
add setup step
Signed-off-by: suyanhanx <[email protected]>
---
.github/services/memory/memory/action.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/services/memory/memory/action.yml
b/.github/services/memory/memory/action.yml
index ad0f13531..ed8fbe1d7 100644
--- a/.github/services/memory/memory/action.yml
+++ b/.github/services/memory/memory/action.yml
@@ -20,3 +20,8 @@ description: 'Behavior test for memory'
runs:
using: "composite"
+ steps:
+ - name: Setup
+ shell: bash
+ run: |
+ echo "OPENDAL_MEMORY_ROOT=${{ runner.temp }}/" >> $GITHUB_ENV