mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
run both unit test suites and linting tasks
This commit is contained in:
parent
6c85902ce8
commit
4883876dc5
2
Makefile
2
Makefile
@ -495,12 +495,14 @@ ui: clean-ui ui-devel
|
||||
|
||||
ui-test-ci: $(UI_DEPS_FLAG_FILE)
|
||||
$(NPM_BIN) --prefix awx/ui run test:ci
|
||||
$(NPM_BIN) --prefix awx/ui run unit
|
||||
|
||||
testjs_ci:
|
||||
echo "Update UI unittests later" #ui-test-ci
|
||||
|
||||
jshint: $(UI_DEPS_FLAG_FILE)
|
||||
$(NPM_BIN) run --prefix awx/ui jshint
|
||||
$(NPM_BIN) run --prefix awx/ui lint
|
||||
|
||||
# END UI TASKS
|
||||
# --------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user