Skip to content

Commit

Permalink
Include end-to-end tests in the controller tests docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogiro committed Oct 31, 2018
1 parent f12bcb1 commit 92dae00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
!cli
!services/controller
!test/controller
!test/end-to-end
**/*.egg-info
**/__pycache__
**/build
Expand Down
1 change: 1 addition & 0 deletions test/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY cli/README.rst cli/setup.py cli/Pipfile cli/Pipfile.lock ./
COPY cli/src /cli/src/
COPY services/controller/src /services/controller/src/
COPY test/controller/src /controller_tests/src/
COPY test/end-to-end /end-to-end/

RUN pipenv sync --dev

Expand Down

0 comments on commit 92dae00

Please sign in to comment.