mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Fix testem.yml dependencies
This commit is contained in:
6
Makefile
6
Makefile
@@ -327,11 +327,11 @@ minjs: awx/ui/static node_modules clean-ui Brocfile.js
|
|||||||
|
|
||||||
# Performs build to awx/ui/build_test and runs node tests via mocha
|
# Performs build to awx/ui/build_test and runs node tests via mocha
|
||||||
testjs: UI_FLAGS=--node-tests --no-concat --no-styles $(EXTRA_UI_FLAGS)
|
testjs: UI_FLAGS=--node-tests --no-concat --no-styles $(EXTRA_UI_FLAGS)
|
||||||
testjs: awx/ui/build_test node-tests testem.yml
|
testjs: awx/ui/build_test node-tests
|
||||||
|
|
||||||
# Performs minified, compressed build to awx/ui/static and runs browsers tests with testem ci
|
# Performs minified, compressed build to awx/ui/static and runs browsers tests with testem ci
|
||||||
testjs_ci: UI_FLAGS=--compress --no-docs --no-debug --browser-tests $(EXTRA_UI_FLAGS)
|
testjs_ci: UI_FLAGS=--compress --no-docs --no-debug --browser-tests $(EXTRA_UI_FLAGS)
|
||||||
testjs_ci: awx/ui/static browser-tests testem.yml
|
testjs_ci: awx/ui/static testem.yml browser-tests
|
||||||
|
|
||||||
# Runs node tests via mocha without building
|
# Runs node tests via mocha without building
|
||||||
node-tests:
|
node-tests:
|
||||||
@@ -350,7 +350,7 @@ ngdocs: devjs Gruntfile.js
|
|||||||
$(GRUNT) $@
|
$(GRUNT) $@
|
||||||
|
|
||||||
# Launch watcher for build process
|
# Launch watcher for build process
|
||||||
sync_ui: node_modules Brocfile.js
|
sync_ui: node_modules Brocfile.js testem.yml
|
||||||
$(NODE) tools/ui/timepiece.js awx/ui/static $(WATCHER_FLAGS) -- $(UI_FLAGS)
|
$(NODE) tools/ui/timepiece.js awx/ui/static $(WATCHER_FLAGS) -- $(UI_FLAGS)
|
||||||
|
|
||||||
# Build code complexity report for UI code
|
# Build code complexity report for UI code
|
||||||
|
|||||||
Reference in New Issue
Block a user