Refine condition on CI jobs
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 15:16:57 +0000 (17:16 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 15:16:57 +0000 (17:16 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index c22ba13276082c3dfa88b1d32d59e7ff27ed273b..7c879ab216194b777e968b0cf776eecec826d27f 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         run: npm run lint
         continue-on-error: true
       - name: npm run build
-        if: "matrix.os != 'windows-latest' && matrix.node != '16.x'"
+        if: "matrix.os != 'windows-latest' || matrix.node != '16.x'"
         run: npm run build
       - name: npm test
         if: "matrix.os != 'windows-latest' && matrix.node != '16.x'"