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 a9eff55 commit 94b22fd
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci-alternative-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
runtime: [nsolid]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
- runtime: nsolid
nsolid-version: 5
- nsolid-version: 5
node-version: 18
- runtime: nsolid
nsolid-version: 5
runtime: nsolid
- nsolid-version: 5
node-version: 20
runtime: nsolid

steps:
- uses: actions/checkout@v4
Expand All @@ -47,12 +47,6 @@ jobs:
node-version: ${{ matrix.node-version }}
nsolid-version: ${{ matrix.nsolid-version }}

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

0 comments on commit 94b22fd

Please sign in to comment.