mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Move requirements build to unittest Dockerfile
Previously, the requirements were built during compose runtime.
This commit is contained in:
@@ -8,7 +8,6 @@ services:
|
||||
environment:
|
||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||
TEST_DIRS: "awx/main/tests/unit"
|
||||
command: ["make requirements_test test"]
|
||||
|
||||
command: ["make test"]
|
||||
volumes:
|
||||
- ../../../:/ansible-tower
|
||||
|
||||
Reference in New Issue
Block a user