Skip to content

Initial draft of relational rule map component #229

Initial draft of relational rule map component

Initial draft of relational rule map component #229

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install --no-strict-ssl --no-shrinkwrap
- name: Run Jest tests with coverage
run: npm test -- --coverage
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage