This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new cde2a89015 ci: Disable supabase tests for our test org has been paused
(#3908)
cde2a89015 is described below
commit cde2a8901501de5b69c2af68f7adf6bb9cee45f5
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jan 4 15:05:00 2024 +0800
ci: Disable supabase tests for our test org has been paused (#3908)
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