From 567aac667c6d5eb8e1f80639927811cdb3afb54b Mon Sep 17 00:00:00 2001 From: anperederi Date: Thu, 4 Apr 2024 21:08:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Test=20new=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a479fe9..0305987 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,8 @@ steps: commands: - cd src - npm install + - npm test + - npm run coverage - sonar-scanner -Dsonar.projectKey=JokesAppReact_A-PE -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST} -Dsonar.login=$${PLUGIN_SONAR_TOKEN} secrets: [ SECRET_SONAR_LOGIN ]