Parcourir la source

Add lint and test to pipeline

Kirk Trombley il y a 4 ans
Parent
commit
a1a4af9d1b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: