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 <jefferson.rios.caro@gmail.com>
  • Loading branch information
riosje committed Feb 29, 2024
1 parent b8c84af commit 390e0ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-nsolid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
nsolid-version: [5]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
- nsolid-version: 5
node-version: 18
- nsolid-version: 5
node-version: 20
- node-version: 18
nsolid-version: 5
- node-version: 20
nsolid-version: 5

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 390e0ff

Please sign in to comment.