diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index f31d948f667..94598121c89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,13 @@ pipeline: when: matrix: TESTS: jsunit + vue-builds: + image: node + commands: + - ./build/vue-builds.sh + when: + matrix: + TESTS: vue-builds checkers: image: nextcloudci/php7.0:php7.0-19 commands: @@ -662,6 +669,7 @@ pipeline: matrix: include: - TESTS: checkers + - TESTS: vue-builds - TESTS: nodb-codecov ENABLE_REDIS: true - TESTS: db-codecov |