Skip to content

Commit d37354a

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci-alternative-runtimes.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
runtime: [nsolid]
3030
os: [macos-latest, ubuntu-latest, windows-latest]
3131
include:
32-
- runtime: nsolid
33-
node-version: 18
34-
- runtime: nsolid
35-
node-version: 20
32+
- node-version: 18
33+
runtime: nsolid
34+
- node-version: 20
35+
runtime: nsolid
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)