mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
change(web): karma-based KMW tests only run if test action is untargeted
This commit is contained in:
parent
7c9a7bf566
commit
a32cd6ad4f
1 changed files with 2 additions and 2 deletions
|
|
@ -110,12 +110,12 @@ if builder_has_action build:app/browser; then
|
|||
builder_warn "Modularization work is not yet complete; consumers may find needed API or components to be missing"
|
||||
fi
|
||||
|
||||
if builder_start_action test; then
|
||||
if builder_start_action test:project; then
|
||||
TEST_OPTS=
|
||||
if builder_has_option --ci; then
|
||||
TEST_OPTS=--ci
|
||||
fi
|
||||
./test.sh $TEST_OPTS
|
||||
|
||||
builder_finish_action success test
|
||||
builder_finish_action success test:project
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue