mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
run both unit test suites and linting tasks
This commit is contained in:
2
Makefile
2
Makefile
@@ -495,12 +495,14 @@ ui: clean-ui ui-devel
|
|||||||
|
|
||||||
ui-test-ci: $(UI_DEPS_FLAG_FILE)
|
ui-test-ci: $(UI_DEPS_FLAG_FILE)
|
||||||
$(NPM_BIN) --prefix awx/ui run test:ci
|
$(NPM_BIN) --prefix awx/ui run test:ci
|
||||||
|
$(NPM_BIN) --prefix awx/ui run unit
|
||||||
|
|
||||||
testjs_ci:
|
testjs_ci:
|
||||||
echo "Update UI unittests later" #ui-test-ci
|
echo "Update UI unittests later" #ui-test-ci
|
||||||
|
|
||||||
jshint: $(UI_DEPS_FLAG_FILE)
|
jshint: $(UI_DEPS_FLAG_FILE)
|
||||||
$(NPM_BIN) run --prefix awx/ui jshint
|
$(NPM_BIN) run --prefix awx/ui jshint
|
||||||
|
$(NPM_BIN) run --prefix awx/ui lint
|
||||||
|
|
||||||
# END UI TASKS
|
# END UI TASKS
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user