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 390e0ff commit b732994
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-nsolid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
contents: read
strategy:
matrix:
nsolid-version: [5]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
- node-version: 18
nsolid-version: 5
- node-version: 20
nsolid-version: 5
- nsolid-version: 5
node-version: 18
- nsolid-version: 5
node-version: 20

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

0 comments on commit b732994

Please sign in to comment.