From 852594315eb38120f33416a392cef82151792ae2 Mon Sep 17 00:00:00 2001 From: Louay Alakkad Date: Mon, 4 Jun 2018 19:30:48 +0100 Subject: [PATCH] Run acceptance tests in ci --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f332b5..6f9a2d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,10 @@ jobs: name: Run tests command: | go test + - run: + name: Run acceptance tests + command: | + TF_ACC=1 go test -v ./... - store_artifacts: path: "/go/bin/terraform-provider-uptimerobot"