This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch disable-supabase-tests in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit e9542d0c417859b75149eb27e93e3df2978c05e2 Author: Xuanwo <[email protected]> AuthorDate: Thu Jan 4 15:02:09 2024 +0800 ci: Disable supabase tests for our test org has been paused Signed-off-by: Xuanwo <[email protected]> --- .github/services/supabase/supabase/action.yml | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/services/supabase/supabase/action.yml b/.github/services/supabase/supabase/action.yml deleted file mode 100644 index 344174c62a..0000000000 --- a/.github/services/supabase/supabase/action.yml +++ /dev/null @@ -1,31 +0,0 @@ -# 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: supabase -description: 'Behavior test for Supabase' - -runs: - using: "composite" - steps: - - name: Setup - uses: 1password/load-secrets-action@v1 - with: - export-env: true - env: - OPENDAL_SUPABASE_BUCKET: op://services/supabase/bucket - OPENDAL_SUPABASE_ENDPOINT: op://services/supabase/endpoint - OPENDAL_SUPABASE_KEY: op://services/supabase/key
