Skip to content

QPPA-8070: Implement new yaml parser #599

QPPA-8070: Implement new yaml parser

QPPA-8070: Implement new yaml parser #599

Workflow file for this run

name: QPP Measures Data Feature PR CI/Checks
on:
pull_request:
types: [opened, synchronize]
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v4
- name: Configure Node version and registry
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Run Mocha Tests
run: npm test
- name: Run Jest Tests
run: npm run jest:cov