From e9542d0c417859b75149eb27e93e3df2978c05e2 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 4 Jan 2024 15:02:09 +0800 Subject: [PATCH] ci: Disable supabase tests for our test org has been paused Signed-off-by: Xuanwo --- .github/services/supabase/supabase/action.yml | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/services/supabase/supabase/action.yml diff --git a/.github/services/supabase/supabase/action.yml b/.github/services/supabase/supabase/action.yml deleted file mode 100644 index 344174c62a07..000000000000 --- 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