Skip to content

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install #65

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install #65

Workflow file for this run

name: Tests
on:
push: { branches: [main] }
pull_request: {}
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Code conventions
run: bun run lint
- name: Unit/Integration tests
run: bun test