From 2fc841097bdcabdc636c0666f540a867eb574a35 Mon Sep 17 00:00:00 2001 From: Jefferson Date: Thu, 29 Feb 2024 10:34:26 -0500 Subject: [PATCH] ci: Add Nsolid CI and Integration tests as separate pipelines Signed-off-by: Jefferson --- .github/workflows/ci-alternative-runtimes.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-alternative-runtimes.yml b/.github/workflows/ci-alternative-runtimes.yml index 31fa4efe051..2c449040e68 100644 --- a/.github/workflows/ci-alternative-runtimes.yml +++ b/.github/workflows/ci-alternative-runtimes.yml @@ -26,14 +26,13 @@ jobs: contents: read strategy: matrix: - runtime: [nsolid] os: [macos-latest, ubuntu-latest, windows-latest] include: - runtime: nsolid nsolid-version: 5 - - runtime: nsolid node-version: 18 - runtime: nsolid + nsolid-version: 5 node-version: 20 steps: