mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
TESTS: add verbosity
This commit is contained in:
parent
0d00bd2322
commit
73fda600b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user