This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/refactor-test by this push:
new 63cb4a2e1 Polish code
63cb4a2e1 is described below
commit 63cb4a2e16a8414e70d627a264a5676f2581c617
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 20:17:54 2023 +0800
Polish code
Signed-off-by: Xuanwo <[email protected]>
---
.github/actions/test-core/action.yaml | 2 ++
.github/services/fs/local-fs/action.yml | 1 -
.github/services/s3/aws-s3/action.yml | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/test-core/action.yaml
b/.github/actions/test-core/action.yaml
index b7e39ee38..7e29b6b41 100644
--- a/.github/actions/test-core/action.yaml
+++ b/.github/actions/test-core/action.yaml
@@ -45,6 +45,8 @@ runs:
shell: bash
working-directory: core
run: cargo nextest run behavior
--archive-file=./core-test.tar.zst
+ env:
+ OPENDAL_TEST: ${{ inputs.service }}
EOF
- name: Run
id: run
diff --git a/.github/services/fs/local-fs/action.yml
b/.github/services/fs/local-fs/action.yml
index 66e73d455..72d54608c 100644
--- a/.github/services/fs/local-fs/action.yml
+++ b/.github/services/fs/local-fs/action.yml
@@ -24,5 +24,4 @@ runs:
- name: Setup
shell: bash
run: |
- echo "OPENDAL_TEST=fs" >> $GITHUB_ENV
echo "OPENDAL_FS_ROOT=${{ runner.temp }}/" >> $GITHUB_ENV
diff --git a/.github/services/s3/aws-s3/action.yml
b/.github/services/s3/aws-s3/action.yml
index ec0f9ef27..b560b4434 100644
--- a/.github/services/s3/aws-s3/action.yml
+++ b/.github/services/s3/aws-s3/action.yml
@@ -30,7 +30,6 @@ runs:
- name: Setup
shell: bash
run: |
- echo "OPENDAL_TEST=s3" >> $GITHUB_ENV
echo "OPENDAL_S3_ROOT=${{ fromJson(inputs.secrets).OPENDAL_S3_ROOT }}"
>> $GITHUB_ENV
echo "OPENDAL_S3_BUCKET=${{ fromJson(inputs.secrets).OPENDAL_S3_BUCKET
}}" >> $GITHUB_ENV
echo "OPENDAL_S3_ENDPOINT=${{
fromJson(inputs.secrets).OPENDAL_S3_ENDPOINT }}" >> $GITHUB_ENV