Skip to content

chore(release): 0.12.0 — chapters that work on YouTube & Vimeo #62

chore(release): 0.12.0 — chapters that work on YouTube & Vimeo

chore(release): 0.12.0 — chapters that work on YouTube & Vimeo #62

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm
- run: sudo apt-get update && sudo apt-get install -y ffmpeg fonts-liberation fonts-noto-color-emoji
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
- run: pnpm --filter tutorial-forge test
- run: pnpm --filter tutorial-forge-example-app exec playwright install --with-deps chromium
- name: E2E render against example app
run: pnpm --filter tutorial-forge-example-app e2e
- name: Publish dry-run
run: pnpm --filter tutorial-forge --filter tutorial-forge-cli publish --dry-run --no-git-checks