Ver Fonte

Drone running tests now

Kirk Trombley há 5 anos atrás
pai
commit
8de092997e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

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