From fe748efaa8e1692d53de4cf0731d4515ca023a87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 8 Oct 2022 19:26:02 +0200 Subject: [PATCH] Comment out UTs run on the production build at npm publication MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/npmpublish.yml | 8 ++++---- sonar-project.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index cc9523ab..b18277f1 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -26,10 +26,10 @@ jobs: - name: Lint run: npm run lint - - name: Production Tests & Coverage - run: | - npm run test:prod - npm run coverage + # - name: Production Tests & Coverage + # run: | + # npm run test:prod + # npm run coverage env: CI: true diff --git a/sonar-project.properties b/sonar-project.properties index 4907570e..a4a1a2e9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier sonar.organization=pioardi sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=2.2.0 +sonar.projectVersion=2.2.1 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests -- 2.34.1