From 15e4b2467ecb319ea766da03dcd3e3e3da3e2844 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 19 Mar 2023 00:07:02 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf19a3f..fceca41 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,3 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SONAR_TOKEN - - name: install dependencies - image: node:16-alpine - commands: - - npm install --save-dev jest ts-jest @types/jest - - - name: run tests - image: node:16-alpine - commands: - - npm test \ No newline at end of file