Include ‘oni-css’ in testing
This commit is contained in:
parent
1ba30c6768
commit
942ed97232
1 changed files with 6 additions and 2 deletions
|
@ -6,13 +6,17 @@ stages:
|
||||||
- package
|
- package
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
test-oni-alert:
|
||||||
|
stage: test
|
||||||
|
script: make test-oni-alert
|
||||||
|
|
||||||
test-oni-bookmark:
|
test-oni-bookmark:
|
||||||
stage: test
|
stage: test
|
||||||
script: make test-oni-bookmark DEPS="oni-data-dir"
|
script: make test-oni-bookmark DEPS="oni-data-dir"
|
||||||
|
|
||||||
test-oni-alert:
|
test-oni-css:
|
||||||
stage: test
|
stage: test
|
||||||
script: make test-oni-alert
|
script: make test-oni-css DEPS="oni-company oni-fci"
|
||||||
|
|
||||||
test-oni-grep:
|
test-oni-grep:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue