diff --git a/.drone.yml b/.drone.yml index 2610485..664081e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - cd ./src/FLAD/ - npm install expo-cli - npm install - - npm start + - npm run test - name: code-analysis image: node:latest