From 9a384d81fe35aa6092d6a95ff126c4a40baecc40 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 28 Oct 2018 21:25:42 +0900 Subject: [PATCH] Run only dev time containers --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e3483b3e..717f8d5a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: sudo apt-get install dotnet-sdk-2.1 cd BTCPayServer.Tests dotnet test --filter Fast=Fast - docker-compose up -d + docker-compose up -d dev dotnet test --filter Reliable=Reliable workflows: version: 2