Fix GitHub CI run on windows
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Jun 2022 10:12:05 +0000 (12:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Jun 2022 10:12:05 +0000 (12:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.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'"