Skip to content

maoka_jabs: extract document event subscription to jab #27

maoka_jabs: extract document event subscription to jab

maoka_jabs: extract document event subscription to jab #27

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Boot
run: boot/boot.sh
- name: Run tests
run: opt/bun test lib --coverage