Skip to content

[TM-1392] monitoring indicator implement web design #1285

[TM-1392] monitoring indicator implement web design

[TM-1392] monitoring indicator implement web design #1285

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install modules
run: yarn
- name: Test
run: yarn run jest --ci