Comment out UTs run on the production build at npm publication v2.2.1
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 8 Oct 2022 17:26:02 +0000 (19:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 8 Oct 2022 17:26:02 +0000 (19:26 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml
sonar-project.properties

index cc9523aba15515b50ce59f85a170256236a24aa4..b18277f1c4ab7f8defacc3e217aa0d02975a3735 100644 (file)
@@ -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
 
index 4907570edb1eb9bba03115d62796d7588736c83e..a4a1a2e9758c3d0a51e358ba6256b52eb7de1823 100644 (file)
@@ -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