Skip to content

πŸ› fix ontology - optional entity #62

πŸ› fix ontology - optional entity

πŸ› fix ontology - optional entity #62

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
cache: 'npm'
- run: npm ci
- run: npm test