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:
31c3e59
)
build(ci): remove unrecognized option
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 24 Mar 2023 17:40:35 +0000
(18:40 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 24 Mar 2023 17:40:35 +0000
(18:40 +0100)
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 111543b25ab5e81ac3ed6bf270d6d7773d626ae2..685cba77645e760db0321b66e28678efe1fa64bf 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-28,7
+28,7
@@
jobs:
- name: pnpm run lint
run: pnpm run lint
- name: pnpm run build
- run: pnpm run build
--if-present
+ run: pnpm run build
- name: pnpm test
run: pnpm test
- name: pnpm run coverage
@@
-64,7
+64,7
@@
jobs:
- name: pnpm run lint
run: pnpm run lint
- name: pnpm run build
- run: pnpm run build
--if-present
+ run: pnpm run build
- name: pnpm test
run: pnpm test
# - name: pnpm run coverage