mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
differentiate results volumes
This commit is contained in:
parent
e7d60b46db
commit
b168e06b66
2 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
networks:
|
||||
- test-data
|
||||
volumes:
|
||||
- test-results:/app/tests/FilterLists.Data.Tests/TestResults
|
||||
- test-data-results:/app/tests/FilterLists.Data.Tests/TestResults
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
|
|
@ -34,4 +34,4 @@ networks:
|
|||
test-data:
|
||||
|
||||
volumes:
|
||||
test-results:
|
||||
test-data-results:
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ services:
|
|||
networks:
|
||||
- test-services
|
||||
volumes:
|
||||
- test-results:/app/tests/FilterLists.Services.Tests/TestResults
|
||||
- test-services-results:/app/tests/FilterLists.Services.Tests/TestResults
|
||||
|
||||
networks:
|
||||
test-services:
|
||||
|
||||
volumes:
|
||||
test-results:
|
||||
test-services-results:
|
||||
|
|
|
|||
Loading…
Reference in a new issue