Merge pull request #11377 from nixocio/ui_sonic_tests

Update how ui tests are invoked on CI
This commit is contained in:
Kersom
2021-12-07 09:42:34 -05:00
committed by GitHub

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.