fix: update GCS storage provider configuration to use GCP in backend integration tests
This commit is contained in:
parent
d1316c9527
commit
5f3c785ead
@ -118,7 +118,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
storage-provider: [s3, abs, gcs]
|
||||
#storage-provider: [s3, abs, gcs]
|
||||
storage-provider: [gcs]
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Setup Node.js
|
||||
@ -148,7 +149,7 @@ jobs:
|
||||
echo "Using GCS storage provider"
|
||||
yq e -i '
|
||||
del(.storage.s3) |
|
||||
.storage.gcs = {
|
||||
.storage.gcp = {
|
||||
"credentials_json": "${{ secrets.GCP_CREDENTIALS_JSON }}",
|
||||
"bucket_name": "openvidu-appdata"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user