Skip to content

Rollout Llama as default model to 50% of users #679

Rollout Llama as default model to 50% of users

Rollout Llama as default model to 50% of users #679

Workflow file for this run

name: Test Griffin Package
on:
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: npm install
run: npm install
- name: typecheck
run: npm run typecheck
- name: lint
run: npm run lint -- --all
- name: run tests
run: npm run test
- name: build
run: npm run build