Explorar o código

Add lint and test to pipeline

Kirk Trombley %!s(int64=4) %!d(string=hai) anos
pai
achega
a1a4af9d1b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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: