Skip to content

Initial RuMa Runtime #1

Initial RuMa Runtime

Initial RuMa Runtime #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "codex/**"
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run build
- run: npm run test