including bigtableadmin in bootstrap APIs

bigtableadmin was not enabled in the bootstrapping script.

Also running the bootstrap script on every CI run, to ensure
the test environment is properly set up.
This commit is contained in:
Yusuke Tsutsumi 2022-11-20 17:14:44 +00:00 committed by Yusuke Tsutsumi
commit 4dc556f940
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ PROJECT_ID="${1}"
SERVICE_ACCOUNT_NAME="${2}"
SERVICE_LIST=(
"appengine"
"bigtable"
"bigtableadmin.googleapis.com"
"cloudbuild.googleapis.com"
"cloudfunctions"
"cloudkms.googleapis.com"