Comment out UTs run on the production build at npm publication
[poolifier.git] / .github / workflows / npmpublish.yml
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