Skip to content

Commit 44023c2

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
contents: read
2727
strategy:
2828
matrix:
29+
runtime: [nsolid, bun]
30+
node-version: [18, 20]
2931
os: [macos-latest, ubuntu-latest, windows-latest]
3032
include:
3133
- runtime: nsolid
@@ -45,6 +47,10 @@ jobs:
4547
with:
4648
node-version: ${{ matrix.node-version }}
4749
nsolid-version: ${{ matrix.nsolid-version }}
50+
- uses: oven-sh/setup-bun@v1
51+
if: ${{ matrix.runtime == 'bun' }}
52+
with:
53+
bun-version: latest
4854

4955
- name: Install
5056
run: |

0 commit comments

Comments
 (0)