Skip to content

fix: validate HBS format when adding an instrument #393

fix: validate HBS format when adding an instrument

fix: validate HBS format when adding an instrument #393

name: Frontend Tests
on: [push, pull_request]
jobs:
frontend-unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
cache-dependency-path: web-app/frontend/package-lock.json
- name: Install dependencies
working-directory: web-app/frontend
run: npm ci
- name: Run unit tests
working-directory: web-app/frontend
run: npm test