Tweak Circle CI config not to run skipped tests

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
pancho horrillo
2019-10-29 15:18:58 +01:00
parent 3dd038e0aa
commit 712d26db89
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- attach_workspace:
at: /tmp/workspace
- run: install /tmp/workspace/build/kapow /usr/bin
- run: KAPOW_DATAAPI_URL=http://localhost:8082 behave
- run: KAPOW_DATAAPI_URL=http://localhost:8082 behave --tags=~@skip
workflows:
version: 2
build_and_test: