repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473c717
)
Exclude tests on windows during CI for now
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:22:03 +0000
(23:22 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 21:22:03 +0000
(23:22 +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 d9233944f49ab30acae5bab420539e4f223f29b5..4f9cba7534d78e132c2bb28633aec1ed9b3f1409 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'"
+ if: "matrix.os != 'windows-latest' || matrix.node != '18.x'
|| matrix.node != '16.x'
"
run: npm run test
- name: Coverage & Linter Reports