Skip to content

Commit 6d433b8

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
contents: read
2727
strategy:
2828
matrix:
29+
runtime: [nsolid]
2930
os: [macos-latest, ubuntu-latest, windows-latest]
3031
include:
3132
- runtime: nsolid
32-
nsolid-version: 5
3333
node-version: 18
3434
- runtime: nsolid
35-
nsolid-version: 5
3635
node-version: 20
36+
- runtime: nsolid
37+
nsolid-version: 5
3738

3839
steps:
3940
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)