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

index 7c879ab216194b777e968b0cf776eecec826d27f..2b4e37b6f11a90001fe4d37b06c11e0bf3e0e171 100644 (file)
@@ -29,7 +29,7 @@ jobs:
         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'"
+        if: "matrix.os != 'windows-latest' || matrix.node != '16.x'"
         run: npm test
       - name: npm run coverage
         if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"