Skip to content

Commit f46d800

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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:
31-
- nsolid-version: 5
32+
- runtime: nsolid
33+
nsolid-version: 5
3234
node-version: 18
33-
runtime: nsolid
34-
- nsolid-version: 5
35+
- runtime: nsolid
36+
nsolid-version: 5
3537
node-version: 20
36-
runtime: nsolid
3738

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

0 commit comments

Comments
 (0)