build(ci): fix condition on tests
[poolifier.git] / .github / workflows / ci.yml
index 7490cda32ccf3af9a67c1e05460ed348c194a4ab..fa8d7026749d8fb62b218ecb4e2442d35128deae 100644 (file)
@@ -51,7 +51,7 @@ jobs:
         run: pnpm lint
 
       - name: Tests
-        if: ${{ matrix.os != 'windows-latest' && matrix.node != '16.x' }}
+        if: ${{ matrix.os != 'windows-latest' || matrix.node != '16.x' }}
         run: pnpm test
 
       - name: Coverage Report