Fix GitHub CI run on windows
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index e49d7381ba9a49c148419d52a9bca7db1a6fb0ce..b228e89a8e55e2beab6f9e9192a64be0f367572f 100644 (file)
@@ -30,6 +30,7 @@ jobs:
       - name: npm test
         run: npm test
       - name: npm run coverage
+        if: "matrix.os != 'windows-latest'"
         run: npm run coverage
       - name: SonarCloud Scan
         if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"