mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
publish results to vol
This commit is contained in:
parent
45ea7845f4
commit
e7d60b46db
2 changed files with 10 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue