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

index 1f702e1a0521be0e0daec0d99d4156567c49b5bf..c22ba13276082c3dfa88b1d32d59e7ff27ed273b 100644 (file)
@@ -26,8 +26,10 @@ jobs:
         run: npm run lint
         continue-on-error: true
       - name: npm run build
+        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'"
         run: npm test
       - name: npm run coverage
         if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"