mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
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:
parent
117224d352
commit
4dc556f940
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue