Skip to content

Commit cf5edfc

Browse files
committed
ci: Add Nsolid CI and Integration tests as separate pipelines
Signed-off-by: Jefferson <[email protected]>
1 parent d37354a commit cf5edfc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci-alternative-runtimes.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ jobs:
2727
strategy:
2828
matrix:
2929
runtime: [nsolid]
30+
node-version: [18, 20]
3031
os: [macos-latest, ubuntu-latest, windows-latest]
3132
include:
32-
- node-version: 18
33-
runtime: nsolid
34-
- node-version: 20
35-
runtime: nsolid
33+
- runtime: nsolid
34+
node-version: 18
35+
nsolid-version: 5
36+
- runtime: nsolid
37+
node-version: 20
38+
nsolid-version: 5
3639

3740
steps:
3841
- uses: actions/checkout@v4
@@ -43,7 +46,7 @@ jobs:
4346
if: ${{ matrix.runtime == 'nsolid' }}
4447
with:
4548
node-version: ${{ matrix.node-version }}
46-
nsolid-version: 5
49+
nsolid-version: ${{ matrix.nsolid-version }}
4750

4851
- name: Install
4952
run: |

0 commit comments

Comments
 (0)