Skip to content

WIP: Thoth.Json library agnostic #27

WIP: Thoth.Json library agnostic

WIP: Thoth.Json library agnostic #27

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main, develop ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install and use custom npm version
run: npm i -g npm@7
- name: Install dependencies
run: npm install
- name: Run the tests
run: node build.js test