Fix CI job condition
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 15:21:59 +0000 (17:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 15:21:59 +0000 (17:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.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