Skip to content

feat(dataViz): add bar, line and donut colour tokens for graphs #17

feat(dataViz): add bar, line and donut colour tokens for graphs

feat(dataViz): add bar, line and donut colour tokens for graphs #17

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
run-unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "22"
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build
- name: Run tests
run: npm test