Skip to content

feat: gauge widget to dashboard #5334

feat: gauge widget to dashboard

feat: gauge widget to dashboard #5334

name: Unit tests
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
lfs: 'true'
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install
run: npm ci --prefer-offline --no-audit --no-fund
- name: Run unit tests
run: npx turbo run test --filter=[HEAD~1]
- name: Run lints
run: npx turbo run lint --filter=[HEAD~1]
- name: Run style lint
run: npm run test:stylelint
- name: Ensure no un-commited changes
run: npm run test:git