Fix CI job condition
[poolifier.git] / .github / workflows / ci.yml
index 5cf59718b9c99c61e8a19be1b59be5c15190d885..d9233944f49ab30acae5bab420539e4f223f29b5 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         run: npm run lint
 
       - name: Tests
-        if: "matrix.os != 'windows-latest' && matrix.node != '18.x'"
+        if: "matrix.os != 'windows-latest' || matrix.node != '18.x'"
         run: npm run test
 
       - name: Coverage & Linter Reports