Skip to content

Bound the BLE connect and file-read waits so they report instead of hanging #636

Bound the BLE connect and file-read waits so they report instead of hanging

Bound the BLE connect and file-read waits so they report instead of hanging #636

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build