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:
c92e05e
)
CI: continue on build error
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 21:15:27 +0000
(23:15 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 21:15:27 +0000
(23:15 +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 401dbfa8ed6d3a32f827db4707da24fe65e7c667..1e8ceef00befb1f81c50db0e7549c540fbab1e69 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-26,6
+26,7
@@
jobs:
continue-on-error: true
- name: npm run build
run: npm run build
+ continue-on-error: true
- name: npm test
run: npm test
- name: npm run coverage