From 510b40a7769dbb9b915d69859b5098d4635b0368 Mon Sep 17 00:00:00 2001 From: nixocio Date: Fri, 19 Nov 2021 14:40:07 -0500 Subject: [PATCH] Update how ui tests are invoked on CI Update how ui tests are invoked on CI as an attempt to speed up test run. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c0304284a..ce82634869 100644 --- a/Makefile +++ b/Makefile @@ -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.