mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
add callback plugin tests to CI
This commit is contained in:
2
Makefile
2
Makefile
@@ -487,7 +487,7 @@ check: flake8 pep8 # pyflakes pylint
|
|||||||
|
|
||||||
TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests
|
TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests
|
||||||
# Run all API unit tests.
|
# Run all API unit tests.
|
||||||
test:
|
test: test_ansible
|
||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
. $(VENV_BASE)/tower/bin/activate; \
|
. $(VENV_BASE)/tower/bin/activate; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|||||||
Reference in New Issue
Block a user