Skip to content

task (AIQ-5472): Allow user to toggle menu state by clicking on multiselect icon #187

task (AIQ-5472): Allow user to toggle menu state by clicking on multiselect icon

task (AIQ-5472): Allow user to toggle menu state by clicking on multiselect icon #187

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows
name: Verify
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test