Skip to content

Commit 413ac1f

Browse files
committed
Fix dependency naming on the package tests
1 parent 605a4ad commit 413ac1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/run-package-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for DIR in ${DIRS}; do
7171
"Storage,cloud-storage"
7272
"ShoppingCommonProtos,shopping-common-protos"
7373
"GeoCommonProtos,geo-common-protos,0.1",
74-
"CloudMonitoring,cloud-monitoring"
74+
"Monitoring,cloud-monitoring"
7575
)
7676
for i in "${PACKAGE_DEPENDENCIES[@]}"; do
7777
IFS="," read -r PKG_DIR PKG_NAME PKG_VERSION <<< "$i"

0 commit comments

Comments
 (0)