Fix CI condition
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:27:31 +0000 (23:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:27:31 +0000 (23:27 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 4f9cba7534d78e132c2bb28633aec1ed9b3f1409..7ad390b8b59740f881a487ffb6f4aa0b5e19fa4c 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         run: npm run lint
 
       - name: Tests
-        if: "matrix.os != 'windows-latest' || matrix.node != '18.x' || matrix.node != '16.x'"
+        if: "matrix.os != 'windows-latest'"
         run: npm run test
 
       - name: Coverage & Linter Reports