瀏覽代碼

Add lint and test to pipeline

Kirk Trombley 4 年之前
父節點
當前提交
a1a4af9d1b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -11,7 +11,8 @@ steps:
   commands:
   - cd client
   - yarn install
-  # - yarn test:ci
+  - yarn lint
+  - yarn test:ci
   - yarn build
   - mv build/* /build/
   when: