Selaa lähdekoodia

Skip tests for now

Kirk Trombley 4 vuotta sitten
vanhempi
commit
d295ab81e1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

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