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
parent 117224d352
commit 4dc556f940
2 changed files with 4 additions and 2 deletions

View file

@ -56,7 +56,9 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
- name: Run cleanup
run: ./scripts/cleanup-project.sh $GCP_PROJECT $GCP_SERVICE_ACCOUNT
run: |
./scripts/bootstrap-project.sh $GCP_PROJECT $GCP_SERVICE_ACCOUNT
./scripts/cleanup-project.sh $GCP_PROJECT $GCP_SERVICE_ACCOUNT
# run tests
- name: Run integration tests
# Add the -vvv flag to print out more output

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"