mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-06-30 22:05:46 +00:00
TESTS: add verbosity
This commit is contained in:
@ -8,10 +8,10 @@ update-dependencies:
|
||||
|
||||
test-debian: update-dependencies
|
||||
docker build -t jwilder/nginx-proxy:test ..
|
||||
pytest
|
||||
pytest -v
|
||||
|
||||
test-alpine: update-dependencies
|
||||
docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test ..
|
||||
pytest
|
||||
pytest -v
|
||||
|
||||
test: test-debian test-alpine
|
||||
|
Reference in New Issue
Block a user