This is an automated email from the ASF dual-hosted git repository. meteorgan pushed a commit to branch ci-compfs in repository https://gitbox.apache.org/repos/asf/opendal.git
commit b1e37e13f6e71155630f6ef8a2bd33096ff442b2 Author: meteorgan <[email protected]> AuthorDate: Fri Jun 20 17:55:02 2025 +0800 ci(services/compfs): add compfs services into behavior tests --- .github/services/compfs/compfs/action.yml | 27 +++++++++++++++++++++++++++ .github/workflows/compfs.yml | 1 + 2 files changed, 28 insertions(+) diff --git a/.github/services/compfs/compfs/action.yml b/.github/services/compfs/compfs/action.yml new file mode 100644 index 000000000..37e9ca4ad --- /dev/null +++ b/.github/services/compfs/compfs/action.yml @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: compfs +description: 'Behavior test for compfs' + +runs: + using: "composite" + steps: + - name: Setup + shell: bash + run: | + echo "OPENDAL_COMPFS_ROOT=${{ runner.temp }}/" >> $GITHUB_ENV diff --git a/.github/workflows/compfs.yml b/.github/workflows/compfs.yml new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.github/workflows/compfs.yml @@ -0,0 +1 @@ +
