diff --git a/.drone.yml b/.drone.yml index 0adf807..6b554ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,5 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SONAR_TOKEN - - name: Test and coverage - run: npm jest --coverage \ No newline at end of file +- name: Test and coverage + run: npm jest --coverage \ No newline at end of file