Add cross OS CI tests
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Oct 2022 18:53:30 +0000 (20:53 +0200)
committerJé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

index 776fa1ec15293255b683b0f98ed8737aec8ba1da..075e84949687a77e824870ece8c7c73ad79a1061 100644 (file)
@@ -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: