There was an error while loading. Please reload this page.
2 parents 3ad76c4 + 2b91ad5 commit 90f7627Copy full SHA for 90f7627
test/integration/gcloud/run.sh
@@ -74,6 +74,7 @@ locals {
74
75
provider "google" {
76
credentials = "\${file(local.credentials_file_path)}"
77
+ region = "${REGION}"
78
}
79
80
provider "kubernetes" {
@@ -311,11 +312,11 @@ function bundle_install() {
311
312
313
# Execute kitchen tests
314
function run_kitchen() {
- kitchen create
315
- kitchen converge
316
- kitchen converge # second time to enable network policy
317
- kitchen verify
318
- kitchen destroy
+ bundle exec kitchen create
+ bundle exec kitchen converge
+ bundle exec kitchen converge # second time to enable network policy
+ bundle exec kitchen verify
319
+ bundle exec kitchen destroy
320
321
322
# Preparing environment
0 commit comments