repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db9b23e
)
Fix GitHub CI run on windows
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 4 Jun 2022 10:12:05 +0000
(12:12 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index e49d7381ba9a49c148419d52a9bca7db1a6fb0ce..b228e89a8e55e2beab6f9e9192a64be0f367572f 100644
(file)
--- 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'"