Remove volumes before running tests

This commit is contained in:
nicolas.dorier 2018-12-19 15:50:20 +09:00
parent 94e0048a3b
commit 70d1d0d230

View file

@ -14,6 +14,7 @@ jobs:
- run:
command: |
cd BTCPayServer.Tests
docker-compose down --v
docker-compose build
docker-compose run tests