Fix WRR worker choice strategy implementation
[poolifier.git] / .github / workflows / ci.yml
index 6f9a58de363e3c5d68353de4a6d0f045596d0606..776fa1ec15293255b683b0f98ed8737aec8ba1da 100644 (file)
@@ -41,10 +41,11 @@ jobs:
         run: npm run lint
 
       - name: Tests & Coverage
-        if: matrix.node-version == '16.x'
+        if: matrix.node == '16.x'
         run: |
           npm run test
           npm run coverage
+          npm run lint:report
         env:
           CI: true