updated test container dockerfile for new location of tests directory
This commit is contained in:
parent
37881da08e
commit
afd67d87a6
@ -16,4 +16,4 @@ COPY . .
|
||||
RUN python3 -m pip install -e .
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
CMD coverage run -m pytest pyinfra/test/ -x && coverage report -m && coverage xml
|
||||
CMD coverage run -m pytest test/ -x && coverage report -m && coverage xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user