Skip to content

Commit

Permalink
Run acceptance tests in CI against 1.2.9 (elastic#542)
Browse files Browse the repository at this point in the history
This should be reverted once hashicorp/terraform-plugin-sdk#1073 is fixed
  • Loading branch information
tobio authored Oct 4, 2022
1 parent 2f8ba6e commit 63a2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif

.PHONY: testacc-ci
testacc-ci:
@ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc
@ EC_API_KEY=$(shell cat .ci/.apikey) TF_ACC_TERRAFORM_VERSION=1.2.9 $(MAKE) testacc

.PHONY: sweep-ci
sweep-ci:
Expand Down

0 comments on commit 63a2ea3

Please sign in to comment.