Skip to content

Fix showcase: drop mismatched Mixamo clips (procedural squat/jumping-jacks) + L5 library sweep #45

Fix showcase: drop mismatched Mixamo clips (procedural squat/jumping-jacks) + L5 library sweep

Fix showcase: drop mismatched Mixamo clips (procedural squat/jumping-jacks) + L5 library sweep #45

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build playground
run: npm run build
- name: Run unit tests
run: npm test
- name: Run biomechanical evals
run: npm run eval