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

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

0 comments on commit d37354a

Please sign in to comment.