Skip to content

frontend-app: add command palette with new setup #23

frontend-app: add command palette with new setup

frontend-app: add command palette with new setup #23

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