From fe894628d7f945deaac4fced8046aec8d7d10bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 22 Oct 2019 12:40:00 +0200 Subject: [PATCH] Change Data API bind address for spec tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 45a74d3..c01ae2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: - attach_workspace: at: /tmp/workspace - run: install /tmp/workspace/build/kapow /usr/bin - - run: behave + - run: KAPOW_DATAAPI_URL=http://localhost:8082 behave workflows: version: 2 build_and_test: