Explorar el Código

Drone running tests now

Kirk Trombley hace 5 años
padre
commit
8de092997e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: