Skip to content

Adding Target rules engine for ODD #115

Adding Target rules engine for ODD

Adding Target rules engine for ODD #115

Workflow file for this run

name: Rule engine continuous integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Build Step
run: npm run build --if-present
- name: Run tests with coverage
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@v1