Skip to content

UHF-11877 Tests for new longterm institutional care fee calculator #78

UHF-11877 Tests for new longterm institutional care fee calculator

UHF-11877 Tests for new longterm institutional care fee calculator #78

Workflow file for this run

on:
pull_request:
push:
branches: ['main', 'dev']
name: CI
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Run tests
run: |
npm ci
npm run lint:js
- name: NPM Audit
run: npm audit