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
commit f5ae8a0a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.