Skip to content

Commit

Permalink
Revert "Run acceptance tests in CI against 1.2.9 (#542)" (#553)
Browse files Browse the repository at this point in the history
This reverts commit 36cbaa9.
  • Loading branch information
tobio authored Oct 20, 2022
1 parent cd39c28 commit 7b35998
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) TF_ACC_TERRAFORM_VERSION=1.2.9 $(MAKE) testacc
@ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc

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

0 comments on commit 7b35998

Please sign in to comment.