diff --git a/.drone.yml b/.drone.yml index 899e0d9..4051ee8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,6 @@ name: default steps: - - name: test - image: node:latest - commands: - - cd src - - npm i - - npm test - - name: sonar-analyses image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest commands: @@ -23,5 +16,4 @@ steps: settings: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: SONAR_TOKEN - depends_on: [ test ] \ No newline at end of file + from_secret: SONAR_TOKEN \ No newline at end of file