repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb15b04
)
Fix CI condition
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:27:31 +0000
(23:27 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:27:31 +0000
(23:27 +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 4f9cba7534d78e132c2bb28633aec1ed9b3f1409..7ad390b8b59740f881a487ffb6f4aa0b5e19fa4c 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-42,7
+42,7
@@
jobs:
run: npm run lint
- name: Tests
- if: "matrix.os != 'windows-latest'
|| matrix.node != '18.x' || matrix.node != '16.x'
"
+ if: "matrix.os != 'windows-latest'"
run: npm run test
- name: Coverage & Linter Reports