Skip to content

Commit

Permalink
ci: Add Nsolid CI and Integration tests as separate pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <[email protected]>
  • Loading branch information
riosje committed Feb 29, 2024
1 parent b09a59c commit a9eff55
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci-alternative-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: read
strategy:
matrix:
runtime: [nsolid, deno]
runtime: [nsolid]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
- runtime: nsolid
Expand All @@ -47,16 +47,11 @@ jobs:
node-version: ${{ matrix.node-version }}
nsolid-version: ${{ matrix.nsolid-version }}

- uses: denoland/setup-deno@v1
if: ${{ matrix.runtime == 'deno' }}
with:
deno-version: v1.x

- name: test deno
if: ${{ matrix.runtime == 'deno' }}
if: ${{ matrix.runtime == 'nsolid' }}
run: |
node -v && npm -v
deno -v
node -v
node -vv
- name: Install
run: |
Expand Down

0 comments on commit a9eff55

Please sign in to comment.