Skip to content

Add tests for smart select #14

Add tests for smart select

Add tests for smart select #14

Workflow file for this run

name: Test Extension
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- name: Run ESLint
run: npm run lint
- name: Run Tests
run: xvfb-run -a npm test