repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbda5d
)
Add cross OS CI tests
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 18:53:30 +0000
(20:53 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 18:53:30 +0000
(20:53 +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 776fa1ec15293255b683b0f98ed8737aec8ba1da..075e84949687a77e824870ece8c7c73ad79a1061 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-14,10
+14,11
@@
on:
jobs:
build:
- runs-on:
ubuntu-latest
+ runs-on:
${{ matrix.node }}
strategy:
matrix:
+ os: [windows-latest, macos-latest, ubuntu-latest]
node: ['14.x', '16.x', '18.x']
steps: