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:
39e1335
)
GitHub action: continue on linter errors
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:47:49 +0000
(20:47 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:47:49 +0000
(20:47 +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 dce72d579ace69d5370e2c13ee06bdd5d667b58d..6a98db2ad4beaec08dde94d1b47148badad7c634 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-27,6
+27,7
@@
jobs:
run: npm run build
- name: npm run lint
run: npm run lint
+ continue-on-error: true
- name: npm test
run: npm test
- name: npm run coverage