From f46d800646ce2bbe3b39508996883f743b62dfa5 Mon Sep 17 00:00:00 2001 From: Jefferson Date: Thu, 29 Feb 2024 10:07:08 -0500 Subject: [PATCH] ci: Add Nsolid CI and Integration tests as separate pipelines Signed-off-by: Jefferson --- .github/workflows/ci-alternative-runtimes.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-alternative-runtimes.yml b/.github/workflows/ci-alternative-runtimes.yml index d502d2f53fd..12624037200 100644 --- a/.github/workflows/ci-alternative-runtimes.yml +++ b/.github/workflows/ci-alternative-runtimes.yml @@ -26,14 +26,15 @@ jobs: contents: read strategy: matrix: + runtime: [nsolid] os: [macos-latest, ubuntu-latest, windows-latest] include: - - nsolid-version: 5 + - runtime: nsolid + nsolid-version: 5 node-version: 18 - runtime: nsolid - - nsolid-version: 5 + - runtime: nsolid + nsolid-version: 5 node-version: 20 - runtime: nsolid steps: - uses: actions/checkout@v4