From: Jérôme Benoit Date: Sat, 4 Jun 2022 10:12:05 +0000 (+0200) Subject: Fix GitHub CI run on windows X-Git-Tag: v1.1.61~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=inline;h=c95a1e02325bb817dc29330fe97711b2e3f43e4a;p=e-mobility-charging-stations-simulator.git Fix GitHub CI run on windows Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e49d7381..b228e89a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'"