Skip to content

Commit 122f5fa

Browse files
committed
Add the CloudMonitoring dependency on the run package tests
1 parent efdb7cc commit 122f5fa

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/run-package-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ for DIR in ${DIRS}; do
7070
"PubSub,cloud-pubsub"
7171
"Storage,cloud-storage"
7272
"ShoppingCommonProtos,shopping-common-protos"
73-
"GeoCommonProtos,geo-common-protos,0.1"
73+
"GeoCommonProtos,geo-common-protos,0.1",
74+
"CloudMonitoring,cloud-monitoring"
7475
)
7576
for i in "${PACKAGE_DEPENDENCIES[@]}"; do
7677
IFS="," read -r PKG_DIR PKG_NAME PKG_VERSION <<< "$i"

Spanner/composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,5 @@
6464
"@test-snippets",
6565
"@test-system"
6666
]
67-
},
68-
"config": {
69-
"allow-plugins": {
70-
"php-http/discovery": false,
71-
"tbachert/spi": false
72-
}
7367
}
7468
}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"ramsey/uuid": "^4.0",
6666
"google/common-protos": "^4.4",
6767
"google/gax": "^1.40.0",
68-
"google/auth": "^1.42"
68+
"google/auth": "^1.42",
69+
"open-telemetry/sdk": "^1.13"
6970
},
7071
"require-dev": {
7172
"phpunit/phpunit": "^9.6",

0 commit comments

Comments
 (0)