Skip to content

fix a bug in the serializer throwing unhelpfully at a null (=unset/un… #732

fix a bug in the serializer throwing unhelpfully at a null (=unset/un…

fix a bug in the serializer throwing unhelpfully at a null (=unset/un… #732

Workflow file for this run

name: lionweb-typescript tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Setup all packages
run: npm run setup
- name: Build all packages
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint