Skip to content

Commit

Permalink
feat(services/chainsafe): setup test for chainsafe (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoslo authored Jan 30, 2024
1 parent 519e6e1 commit f9de0d9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/services/chainsafe/chainsafe/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: chainsafe
description: 'Behavior test for Chainsafe.'

runs:
using: "composite"
steps:
- name: Setup
uses: 1password/load-secrets-action@v1
with:
export-env: true
env:
OPENDAL_CHAINSAFE_BUCKET_ID: op://services/chainsafe/bucket_id
OPENDAL_CHAINSAFE_API_KEY: op://services/chainsafe/api_key
2 changes: 2 additions & 0 deletions bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ services-all = [
"default",

"services-cacache",
"services-chainsafe",
"services-dashmap",
"services-dropbox",
"services-etcd",
Expand Down Expand Up @@ -98,6 +99,7 @@ services-all = [
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-cos = ["opendal/services-cos"]
services-chainsafe = ["opendal/services-chainsafe"]
services-fs = ["opendal/services-fs"]
services-gcs = ["opendal/services-gcs"]
services-ghac = ["opendal/services-ghac"]
Expand Down
2 changes: 2 additions & 0 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services-all = [
"services-azfile",
"services-b2",
"services-cacache",
"services-chainsafe",
"services-dashmap",
"services-dropbox",
"services-etcd",
Expand Down Expand Up @@ -93,6 +94,7 @@ services-all = [
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-cos = ["opendal/services-cos"]
services-chainsafe = ["opendal/services-chainsafe"]
services-fs = ["opendal/services-fs"]
services-gcs = ["opendal/services-gcs"]
services-ghac = ["opendal/services-ghac"]
Expand Down
2 changes: 2 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services-all = [

"services-azfile",
"services-cacache",
"services-chainsafe",
"services-dashmap",
"services-dropbox",
# FIXME this service need protoc
Expand Down Expand Up @@ -95,6 +96,7 @@ services-all = [
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-cos = ["opendal/services-cos"]
services-chainsafe = ["opendal/services-chainsafe"]
services-fs = ["opendal/services-fs"]
services-gcs = ["opendal/services-gcs"]
services-ghac = ["opendal/services-ghac"]
Expand Down

0 comments on commit f9de0d9

Please sign in to comment.