ソースを参照

add js testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6年前
コミット
a18ca75f2c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: F84B2110C500B1F
1個のファイルの変更13行の追加0行の削除
  1. +13
    -0
      .drone.yml

+ 13
- 0
.drone.yml ファイルの表示

@ -3,3 +3,16 @@ clone:
image: plugins/git
depth: 50
tags: true
pipeline:
node_test:
image: node:8
pull: true
commands:
- node -v
- npm -v
- yarn --version
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run production

読み込み中…
キャンセル
保存