Clean previous run with dock-compose

This commit is contained in:
nicolas.dorier
2018-12-19 00:15:33 +09:00
parent 998472e463
commit 2bb24282d2

View File

@@ -14,6 +14,8 @@ jobs:
- run:
command: |
cd BTCPayServer.Tests
docker-compose down --v
docker-compose build
docker-compose run tests
# publish jobs require $DOCKERHUB_REPO, $DOCKERHUB_USER, $DOCKERHUB_PASS defined