mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix PATH setting
This commit is contained in:
parent
8a29974a07
commit
a22e2760b9
2
Makefile
2
Makefile
@ -299,7 +299,7 @@ reports/ui_code: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||
|
||||
# Run UI unit tests
|
||||
test_ui: node_modules minjs_ci
|
||||
PATH=./node_modules/.bin $(TESTEM) ci --file testem.yml -p 7359 -R xunit
|
||||
PATH=./node_modules/.bin:$(PATH) $(TESTEM) ci --file testem.yml -p 7359 -R xunit
|
||||
|
||||
# Run API unit tests across multiple Python/Django versions with Tox.
|
||||
test_tox:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user