Update how ui tests are invoked on CI

Update how ui tests are invoked on CI as an attempt to speed up test
run.
This commit is contained in:
nixocio 2021-11-19 14:40:07 -05:00
parent 19b4849345
commit 510b40a776

View File

@ -418,7 +418,7 @@ ui-lint:
ui-test:
$(NPM_BIN) --prefix awx/ui install
$(NPM_BIN) run --prefix awx/ui test -- --coverage --maxWorkers=4 --watchAll=false
$(NPM_BIN) run --prefix awx/ui test
# Build a pip-installable package into dist/ with a timestamped version number.