publish results to vol

This commit is contained in:
Collin M. Barrett 2019-06-22 14:05:53 -05:00
parent 45ea7845f4
commit e7d60b46db
2 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,8 @@ services:
target: test-data
networks:
- test-data
volumes:
- test-results:/app/tests/FilterLists.Data.Tests/TestResults
depends_on:
- mariadb
@ -30,3 +32,6 @@ services:
networks:
test-data:
volumes:
test-results:

View file

@ -9,7 +9,11 @@ services:
target: test-services
networks:
- test-services
volumes:
- test-results:/app/tests/FilterLists.Services.Tests/TestResults
networks:
test-services:
volumes:
test-results: