Skip to content

feat: add Qwen, SmolLM, and Llama 3.2 1B to local browser models (#164) #207

feat: add Qwen, SmolLM, and Llama 3.2 1B to local browser models (#164)

feat: add Qwen, SmolLM, and Llama 3.2 1B to local browser models (#164) #207

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test