Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Jun 7, 2019
1 parent 6b085ff commit afd99a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ endif

.PHONY: test-integration
test-integration: build bin/terraform ## Execute integration tests
cp build/terraform-provider-k8s examples
cp build/terraform-provider-k8s .
bin/terraform init examples
bin/terraform apply -auto-approve examples
bin/terraform destroy -auto-approve examples
rm terraform-provider-k8s

bin/terraform: bin/terraform-${TERRAFORM_VERSION}
@ln -sf terraform-${TERRAFORM_VERSION} bin/terraform
Expand Down

0 comments on commit afd99a2

Please sign in to comment.